Package ilcd
Class Control

Public Method getLCDGammaValue

static int getLCDGammaValue()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
value 0 ... 255 display gamma value (255 = maximum)

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

Example

int LCDGammaValue = Control.getLCDGammaValue();

See also:

Control.getLCDContrast()
Control.getFixedLCDContrastGamma()
Control.setLCDGammaValue(int)