Syntax:
ST7920GLCDEnableGraphics
Explanation:
This command sets the GCLD display controller to graphics mode.
Example usage:
ST7920GLCDEnableGraphics 'Set to graphics mode ' <<< the ST7920GLCDEnableGraphics instruction
Key line: ST7920GLCDEnableGraphics — switches the ST7920 controller into graphics mode, required before using pixel-level commands such as ST7920LineHs or ST7920GLCDClearGraphics.
See Also:
- GLCD Overview — category overview
- ST7920GLCDDisableGraphics — switching back to text mode
- ST7920GLCDClearGraphics — clearing the display once in graphics mode

