Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD
- Timestamp:
- 08/19/10 15:04:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD
v1 v2 1 1 = ClearLCD = 2 Clears the LCD screen. 3 4 {{{ 5 void ClearLCD(void); 6 }}} 7 8 == Parameters == 9 10 * void - no parameters 11 12 == Return Value == 13 14 * void - does not return any value 15 16 == Remarks == 17 18 19 == Example == 20 21 {{{ 22 // The following line will clear the display 23 ClearLCD(); 24 }}} 25 26 == See Also == 27 28 * PrintLCD 29 * DisplayText