Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/LocateLCD
- Timestamp:
- 08/19/10 14:59:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/LocateLCD
v3 v4 1 = = LocateLCD ==1 = LocateLCD = 2 2 Sets the current X,Y display position on the LCD screen. 3 3 … … 6 6 }}} 7 7 8 == = Parameters ===8 == Parameters == 9 9 10 10 * x - X coordinate (Range 0 - 639) 11 11 * y - Y coordinate (Range 0 - 479) 12 12 13 == = Return Value ===13 == Return Value == 14 14 15 15 * void - does not return any value 16 16 17 == = Remarks ===17 == Remarks == 18 18 19 19 * The DisplayText function combines the LocateLCD and the PrintLCD into one function. 20 20 21 == = Example ===21 == Example == 22 22 23 23 {{{ … … 26 26 }}} 27 27 28 == = See Also ===28 == See Also == 29 29 30 30 * PrintLCD