Package ilcd
Class Control
Public Method setBacklightIntensity
static void setBacklightIntensity(int intensity)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Parameter |
Range |
Description |
| intensity |
0 ... 15 |
intensity of the backlight (max. intensity = 15) |
Sets the backlight of the display.
Note
- The default value for intensity is retrieved from the EEPROM emulation at location 1. It will be automatically set to default on startup and by the methods General.resetAll() or General.rebootPanelController().
- When the EEPROM is erased, the default value is obtained from the Flash data set on the "Settings" page of iLCD Manager XEJoC Manager. See further information about EEPROM in class EEPROM.
- This method does not switch of the backlight! That can be done with Control.setBacklightMode(int).
Control.setBacklightIntensity(0);
Sets the backlight intensity to its lowest level.
See also:
Copyright © demmel products gmbh. All rights reserved.