Package ilcd
Class Control
Public Method setLCDGammaValue
static void setLCDGammaValue(int value)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter |
Range |
Description |
value |
0 ... 255 |
display gamma value |
Sets the gamma value of the LCD panel.
Note
- The default value for value is retrieved from the EEPROM emulation at location 3. 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 at EEPROM.
- Not all LCD panels carry out changes to the gamma setting. Please refer to Control.getFixedLCDContrastGamma().
Control.setLCDGammaValue(255);
The gamma will be set to the maximum.
See also:
Copyright © demmel products gmbh. All rights reserved.