Clear full screen

Description

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.

Usage:

Direct:

 "CL"

Arduino:

void clearScreen(void)

C:

void Digole_clearScreen(void)

Parameters:

None

Return:

none

Example (Arduino):

mydisp.clearScreen(); //clear full screen using current background color

Example(direct)

serial.writeString("CL"); //clear screen

Changelog

Version Description
   

See Also

Set background color