DISPLAY
Action

Turn LCD display on or off.

Syntax

DISPLAY ON / OFF

Remarks

The display is turned on at power up.

See also

-

Example

Dim a as byte

a = 255

LCD a

DISPLAY OFF

Wait 1

DISPLAY ON

End