Clear full screen by using current backgroud color.
After run this command,the display will reset current font to 0; screen direction to 0; x/y position to 0; draw mode to ‘C’(copy); line pattern to 0xff.
Direct: |
"CL" |
Arduino: |
void clearScreen(void) |
C: |
void Digole_clearScreen(void) |
None
none
mydisp.clearScreen(); //clear full screen using current background color
serial.writeString("CL"); //clear screen
Version | Description |
---|---|