Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD


Ignore:
Timestamp:
08/20/10 08:03:22 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v6 v7  
    11= ClearLCD =
    2 Clears the LCD screen.
     2Clears the LCD display.
    33
    44{{{
     
    88== Parameters ==
    99
    10  * void - no parameters
     10 * This function does not accept any parameters.
    1111
    1212== Return Value ==
    1313
    14  * void - does not return any value
     14This function does not return any result.
    1515
    1616== Remarks ==
    1717
     18InitLCD must be called at the beginning of any application that will use the display.
    1819
    1920== Example ==