E_CX1000_DisplayModes

E_CX1000_DisplayModes : (
 e_CX1100_DisplayNoAction := 0,
 e_CX1100_DisplayOn := 1,
 e_CX1100_DisplayOff,
 e_CX1100_CursorOn,
 e_CX1100_CursorOff,
 e_CX1100_CursorBlinkOn,
 e_CX1100_CursorBlinkOff,
 e_CX1100_BackLightOn,
 e_CX1100_BackLightOff,
 e_CX1100_ClearDisplay,
 e_CX1100_WriteLine1,
 e_CX1100_WriteLine2
); 

Name

Description

e_CX1100_DisplayNoAction

No action.

e_CX1100_DisplayOn

Switch on the display.

e_CX1100_DisplayOff

Switch off the display.

e_CX1100_CursorOn

Switch on the cursor.

e_CX1100_CursorOff

Switch off the cursor.

e_CX1100_CursorBlinkOn

Switch on the cursor blinking.

e_CX1100_CursorBlinkOff

Switch off the cursor blinking.

e_CX1100_BackLightOn

Switch on the backlight.

e_CX1100_BackLightOff

Switch off the backlight.

e_CX1100_ClearDisplay

Clear display.

e_CX1100_WriteLine1

Write the first line.

e_CX1100_WriteLine2

Write the second line.