Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayText
- Timestamp:
- 08/20/10 14:13:26 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayText
v6 v7 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 "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-------" (where '-' is used to show the spaces) and use the large font. 42 42 43 43 == See Also ==