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


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

--

Legend:

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

    v2 v3  
    1 == DisplayText ==
     1= DisplayText =
    22Prints text on the LCD screen at the specified position using a specified length, font, and display logic.
    33
     
    88}}}
    99
    10 === Parameters ===
     10== Parameters ==
    1111
    1212 * x - X coordinate (0 - 639)
     
    1818 * dsplogic - DSP_LOGIC_OVERWRITE, DSP_LOGIC_SET, DSP_LOGIC_XOR, or DSP_LOGIC_RESET
    1919
    20 === Return Value ===
     20== Return Value ==
    2121
    2222 * void - does not return any value
    2323
    24 === Remarks ===
     24== Remarks ==
    2525 * The function can be used as a shortcut to combine some string formatting operations, locating, and printing into a single function.
    2626
    27 === Examples ===
     27== Examples ==
    2828
    2929{{{
     
    4040The first display will truncate the string to output "12345". The second display will pad the string to output "123       " and use the large font.
    4141
    42 === See Also ===
     42== See Also ==
    4343
    4444 * LocateLCD