Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayText
- Timestamp:
- 08/20/10 15:11:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayText
v7 v8 1 1 = DisplayText = 2 Prints text on the LCD screen at the specified position using a specified length, font, and display logic.2 Displays text on the LCD screen at the specified position using a specified length, font, and display logic. 3 3 4 4 {{{ … … 39 39 DisplayText(0, 40, strText2, 10, BIG_FONT); 40 40 }}} 41 The first display will truncate the string to output "12345". The second display will pad the string to output "123-------" ( where'-' is used to show the spaces) and use the large font.41 The first display will truncate the string to output "12345". The second display will pad the string to output "123-------" ('-' is used to show the spaces) and use the large font. 42 42 43 43 == See Also ==