E_CX2100_DisplayModesWr

E_CX2100_DisplayModesWr : (
     eCX2100_DisplayNoActionWr := 0,
     eCX2100_CursorOn,
     eCX2100_CursorOff,
     eCX2100_CursorBlinkOn,
     eCX2100_CursorBlinkOff,
     eCX2100_BackLightOn,
     eCX2100_BackLightOff,
     eCX2100_ClearDisplay,
     eCX2100_WriteLine1,
     eCX2100_WriteLine2,
     eCX2100_WriteLines,
     eCX2100_CursorPosX,
     eCX2100_CursorPosY,
     eCX2100_CursorPosXY
;

Name

Description

eCX2100_DisplayNoActionWr

No action.

eCX2100_CursorOn

Switch on the cursor.

eCX2100_CursorOff

Switch off the cursor.

eCX2100_CursorBlinkOn

Switch on the cursor blinking.

eCX2100_CursorBlinkOff

Switch off the cursor blinking.

eCX2100_BackLightOn

Switch on the backlight.

eCX2100_BackLightOff

Switch off the backlight.

eCX2100_ClearDisplay

Clear display.

eCX2100_WriteLine1

Write the first line.

eCX2100_WriteLine2

Write the second line.

eCX2100_WriteLines

Write lines.

eCX2100_CursorPosX

Cursor position on the X axis.

eCX2100_CursorPosY

Cursor position on the Y axis.

eCX2100_CursorPosXY

Cursor position on the XY axis.