= ClearLCD = Clears the LCD display. {{{ void ClearLCD(void); }}} == Parameters == * This function does not accept any parameters. == Return Value == This function does not return any result. == Remarks == InitLCD must be called at the beginning of any application that will use the display. == Example == {{{ // The following line will clear the display ClearLCD(); }}} == See Also == * [wiki:PrintLCD PrintLCD] * [wiki:DisplayText DisplayText]