Package ilcd
Class Control

Public Method getBacklightIntensity

static int getBacklightIntensity()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
intensity 0 ... 15 numerical value for the intensity

Delivers the current setting of the backlight intensity (even if the backlight is turned off).

Example

int intesity = Control.getBacklightIntensity();

See also:

Control.setBacklightIntensity(int)
Control.setBacklightMode(int)
Control.getBacklightIntensityHighRes()