Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayText


Ignore:
Timestamp:
08/20/10 15:11:19 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/DisplayText

    v7 v8  
    11= DisplayText =
    2 Prints text on the LCD screen at the specified position using a specified length, font, and display logic.
     2Displays text on the LCD screen at the specified position using a specified length, font, and display logic.
    33
    44{{{
     
    3939DisplayText(0, 40, strText2, 10, BIG_FONT);
    4040}}}
    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.
     41The 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.
    4242
    4343== See Also ==