Skip to content

st7920writecommand

Anobium edited this page Mar 1, 2022 · 1 revision
ST7920WriteCommand

Syntax:

    ST7920GWriteCommand ( byte_variable)

Explanation:

This command writes a command to the controller.

See the data sheet for more information.

Example usage:

    ...
    ST7920WriteCommand(0x36) ' set the graphics mode on
    GLCD_TYPE_ST7920_GRAPHICS_MODE = true
    ...

Clone this wiki locally