Version 3 (modified by 14 years ago) ( diff ) | ,
---|
ClearLCD
Clears the LCD screen.
void ClearLCD(void);
Parameters
- void - no parameters
Return Value
- void - does not return any value
Remarks
Example
// The following line will clear the display ClearLCD();
See Also
- PrintLCD
- DisplayText
Note:
See TracWiki
for help on using the wiki.