Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD


Ignore:
Timestamp:
08/19/10 15:04:57 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD

    v1 v2  
    11= ClearLCD =
     2Clears the LCD screen.
     3
     4{{{
     5void 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
     23ClearLCD();
     24}}}
     25
     26== See Also ==
     27
     28 * PrintLCD
     29 * DisplayText