Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCD
- Timestamp:
- 08/19/10 14:58:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCD
v2 v3 1 = = PrintLCD ==1 = PrintLCD = 2 2 Prints text on the LCD screen using the default font. 3 3 … … 8 8 }}} 9 9 10 == = Parameters ===10 == Parameters == 11 11 12 12 * pszText - character array pointer such as string literal "Hello World" 13 13 * strText - const string reference 14 14 15 == = Return Value ===15 == Return Value == 16 16 17 17 * void - does not return any value 18 18 19 == = Remarks ===19 == Remarks == 20 20 21 21 * Text may contain carriage returns to cause current position to drop to next line and left of screen. For example, "Hello\rWorld" will cause "Hello" to be displayed at the currect cursor location and "World" to be displayed one line down and at the left of the display. 22 22 23 == = Examples ===23 == Examples == 24 24 25 25 {{{ … … 34 34 }}} 35 35 36 == = See Also ===36 == See Also == 37 37 38 38 * LocateLCD