Constants

Libraries ›› The KS107_108 (former GLCD) unit ››
Parent Previous Next

Along with the conditional defines parameters, some constants are defined by the unit:


Name / Value

Comments

GLCD_FONT_WIDTH

Wrapper to the selected font width, currently 5 or 8.

GLCD_FONT_HEIGHT

Wrapper to the selected font height, currently 7 or 8.

GLCD_FONT_SPACING

Wrapper to the selected font spacing, currently 1.

GLCD_FONT_MIN_CHAR

Wrapper to the selected font first implemented character code.

GLCD_FONT_MAX_CHAR

Wrapper to the selected font last implemented character code.

GLCD_CS1

Chip #1 identifier for low level functions.

GLCD_CS2

Chip #2 identifier for low level functions.

GLCD_SET_TOP

Low level command:  Specify the first RAM line at the top (see GLCD_Cmd procedure).

GLCD_SET_COLUMN

Low level command:  Set the column address (see GLCD_Cmd procedure).

GLCD_SET_PAGE

Low level command:  Set the page address (see GLCD_Cmd procedure).

GLCD_ON

Low level command:  Turn the display on (see GLCD_Cmd procedure).

GLCD_OFF

Low level command:  Turn the display off (see GLCD_Cmd procedure).