Package ilcd
Class Control

Public Method isFixedLCDContrastGamma

static boolean isFixedLCDContrastGamma()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
fixed false ... true is the contrast/gamma fixed or not

Returns whether the iLCD panelJoC board has a fixed contrast/gamma setting or not.

Note

Example

boolean LCDContrastGamma = Control.isFixedLCDContrastGamma();

If Control.isFixedLCDContrastGamma() returns true, the iLCD panelJoC board has a fixed contrast/gamma setting.

See also:

Control.getLCDContrast()
Control.getLCDGammaValue()