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

Version 9 (modified by Don Wilson, 6 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.