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

Example

Control.setLCDGammaValue(255);

The gamma will be set to the maximum.

See also:

Control.getLCDGammaValue()
Control.getFixedLCDContrastGamma()