Package ilcd
Class Control
Public Method setLCDContrast
static void setLCDContrast(int value)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter |
Range |
Description |
value |
0 ... 255 |
contrast value of the display (255 = maximum) |
Sets the current contrast value of the LCD display.
Note
- The default value for value is retrieved from the EEPROM emulation at location 0. 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 contrast setting. Please refer to Control.getFixedLCDContrastGamma().
Control.setLCDContrast(255);
Sets the contrast of the display to its maximum.
See also:
Copyright © demmel products gmbh. All rights reserved.