Package ilcd
Class Control

Public Method setBacklightBlinkFrequency

static void setBacklightBlinkFrequency(int period)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
period 1 ... 255 interval of state changes in units of 10ms

Sets the blinking frequency for the backlight by defining the interval of state changes.

Note

Example

Control.setBacklightBlinkFrequency(25);

This value of 25 (0x19) gives a frequency of 2 Hertz (250ms on and 250ms off).

See also:

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