DisplayOff Function (Macro)

graph.h

void DisplayOff (void);

Turns the display off.

DisplayOff turns the display off. It does not really switch the LCD off, it just blanks the screen and keeps it blank. To turn the display back on, you must use DisplayOn.


See also: DisplayOn