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


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

--

Legend:

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

    v3 v4  
    1 == LocateLCD ==
     1= LocateLCD =
    22Sets the current X,Y display position on the LCD screen.
    33
     
    66}}}
    77
    8 === Parameters ===
     8== Parameters ==
    99
    1010 * x - X coordinate (Range 0 - 639)
    1111 * y - Y coordinate (Range 0 - 479)
    1212
    13 === Return Value ===
     13== Return Value ==
    1414
    1515 * void - does not return any value
    1616
    17 === Remarks ===
     17== Remarks ==
    1818
    1919 * The DisplayText function combines the LocateLCD and the PrintLCD into one function.
    2020
    21 === Example ===
     21== Example ==
    2222
    2323{{{
     
    2626}}}
    2727
    28 === See Also ===
     28== See Also ==
    2929
    3030 * PrintLCD