Information | Parameter nDevices specifies the device types and can be a combination of the following values.
Device type | Description | LCD_DEVICE_MONO | Support for monochrome displays (G13, G15 and Z-10) | LCD_DEVICE_COLOR | Support for color displays (G19) |
If the applet supports both device types, all information (e.g. current color, font, render target, etc.) is stored separately for each device. Use the LcdSelectDevice function to select the target device for all subsequent device-specific operations.Functions that affect only the current device are marked as [device-specific] in this documentation.
If bConfigurable is true, the 'Configure...' button in the LCD Manager will be enabled and the applet will receive an LCD_EVENT_CONFIGURE event through its event handler when the user clicks on in. If bAutostart is true, the applet can automatically be launched by the LCD Manager, otherwise the user has to start it manually.
You should delete the applet with LcdDeleteApplet if it is no longer needed and before you call LcdDeInitialize.
Also implemented as ANSI version. |