Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD
- Timestamp:
- 08/20/10 08:03:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD
v6 v7 1 1 = ClearLCD = 2 Clears the LCD screen.2 Clears the LCD display. 3 3 4 4 {{{ … … 8 8 == Parameters == 9 9 10 * void - no parameters10 * This function does not accept any parameters. 11 11 12 12 == Return Value == 13 13 14 * void - does not return any value 14 This function does not return any result. 15 15 16 16 == Remarks == 17 17 18 InitLCD must be called at the beginning of any application that will use the display. 18 19 19 20 == Example ==