Package ilcd
Class Control

Public Method getBacklightIntensityHighRes

static int getBacklightIntensityHighRes()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Delivers the current setting of the backlight intensity in high-res steps from 0 to 255 (even if the backlight is turned off).

Example

int intensity = Control.getBacklightIntensityHighRes();

See also:

Control.setBacklightIntensityHighRes(int)
Control.setBacklightMode(int)
Control.getBacklightIntensity()