Syntax:
ST7920GLCDClearGraphics
Explanation:
This command clears the GCLD display.
Example usage:
ST7920GLCDClearGraphics 'clear the screen ' <<< the ST7920GLCDClearGraphics instruction
Key line: ST7920GLCDClearGraphics — clears every pixel on the display; call ST7920GLCDEnableGraphics first if the controller is currently in text mode.
See Also:
- GLCD Overview — category overview
- ST7920GLCDEnableGraphics — switching to graphics mode before clearing it
- ST7920GLCDDisableGraphics — returning to text mode

