Syntax:
ST7920GLCDDisableGraphics
Explanation:
This command sets the GCLD display controller to text mode.
Example usage:
ST7920GLCDDisableGraphics 'Set to text mode ' <<< the ST7920GLCDDisableGraphics instruction
Key line: ST7920GLCDDisableGraphics — switches the ST7920 controller back to text mode, which uses less processing overhead than graphics mode when only characters
need to be shown.
See Also:
- GLCD Overview — category overview
- ST7920GLCDEnableGraphics — switching to graphics mode
- ST7920Locate — positioning text after switching back to text mode

