Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayStr


Ignore:
Timestamp:
08/20/10 07:45:30 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v3 v4  
    1 == DisplayStr ==
     1= DisplayStr =
    22Prints text on the LCD screen at the specified position using a specified font, and display logic.
    33
     
    88}}}
    99
    10 === Parameters ===
     10== Parameters ==
    1111
    1212 * nFont - font number.
     
    1717 * strText - string reference to string to display
    1818
    19 === Return Value ===
     19== Return Value ==
    2020
    2121 * void - does not return any value
    2222
    23 === Remarks ===
     23== Remarks ==
    2424
    25 === Examples ===
     25== Examples ==
    2626
    2727{{{
     
    3434}}}
    3535
    36 === See Also ===
     36== See Also ==
    3737
    3838 * LocateLCD