Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayStr
- Timestamp:
- 08/20/10 07:45:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayStr
v3 v4 1 = = DisplayStr ==1 = DisplayStr = 2 2 Prints text on the LCD screen at the specified position using a specified font, and display logic. 3 3 … … 8 8 }}} 9 9 10 == = Parameters ===10 == Parameters == 11 11 12 12 * nFont - font number. … … 17 17 * strText - string reference to string to display 18 18 19 == = Return Value ===19 == Return Value == 20 20 21 21 * void - does not return any value 22 22 23 == = Remarks ===23 == Remarks == 24 24 25 == = Examples ===25 == Examples == 26 26 27 27 {{{ … … 34 34 }}} 35 35 36 == = See Also ===36 == See Also == 37 37 38 38 * LocateLCD