Syntax:
GLCDTime
Explanation:
This will call the delay routine that delays data transmissions. By
default this is set to 20, which equate to 20 us. GLCDTimeDelay default
of 20us is for 32Mhz support. The can be reduced for slower chip speeds
by change the constant ST7920WriteDelay.
Example usage:
GLCDTime 'call the delay routine ' <<< the GLCDTime instruction
#define ST7920WriteDelay 1 'set the delay to 1 usKey line: GLCDTime — inserts the write delay needed between GLCD data transmissions; the delay length comes from the ST7920WriteDelay constant, which defaults to 20 (20 us, tuned for a 32 MHz chip) and should be reduced on slower chips such as the 1 us shown
here.
See Also:
- GLCD Overview — category overview
- GLCDTransaction — related command in the same category
- GLCDCLS — related command in the same category

