wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD

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

Last modified 7 years ago Last modified on 04/19/18 07:10:51
Note: See TracWiki for help on using the wiki.