Package ilcd
Class Control

Public Method getLCDContrast

static int getLCDContrast()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
value 0 ... 255 numerical value for the display contrast (255 = maximum)

Returns the current value set for the contrast of the display.

Example

int cont = Control.getLCDContrast();

See also:

Control.getLCDGammaValue()
Control.getFixedLCDContrastGamma()
Control.setLCDContrast(int)