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

Example

Control.setLCDContrast(255);

Sets the contrast of the display to its maximum.

See also:

Control.getLCDContrast()
Control.getFixedLCDContrastGamma()