== 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