TftResetScreen(wColor As Word)
wColor = 16b color in 565 RGB format
This procedure fills the entire screen with a single color, creating a screen reset effect.
You can either specify any 16-bit value representing a 565 RGB color or select a color alias from the Colors.inc file.
Example:
TftResetScreen(BLUE)
Created with the Personal Edition of HelpNDoc: Revolutionize Your Documentation Output with a Help Authoring Tool