Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCDfont2


Ignore:
Timestamp:
08/20/10 14:36:51 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v2 v3  
    55void PrintLCDfont2(const char* pszText);
    66
    7 void PrintLCDfont2(const std::string& strText);
     7void PrintLCDfont2(const string& strText);
    88}}}
    99
     
    1111
    1212 * pszText - character array pointer such as string literal "Hello World"
    13  * strText - const string reference
     13 * strText - const string to display
    1414
    1515== Return Value ==