Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCD


Ignore:
Timestamp:
08/19/10 14:58:39 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v2 v3  
    1 == PrintLCD ==
     1= PrintLCD =
    22Prints text on the LCD screen using the default font.
    33
     
    88}}}
    99
    10 === Parameters ===
     10== Parameters ==
    1111
    1212 * pszText - character array pointer such as string literal "Hello World"
    1313 * strText - const string reference
    1414
    15 === Return Value ===
     15== Return Value ==
    1616
    1717 * void - does not return any value
    1818
    19 === Remarks ===
     19== Remarks ==
    2020
    2121 * Text may contain carriage returns to cause current position to drop to next line and left of screen. For example, "Hello\rWorld" will cause "Hello" to be displayed at the currect cursor location and "World" to be displayed one line down and at the left of the display.
    2222
    23 === Examples ===
     23== Examples ==
    2424
    2525{{{
     
    3434}}}
    3535
    36 === See Also ===
     36== See Also ==
    3737
    3838 * LocateLCD