Version 8 (modified by 15 years ago) ( diff ) | ,
---|
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 ¶
Note:
See TracWiki
for help on using the wiki.