Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCDfont2
- Timestamp:
- 08/20/10 14:36:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCDfont2
v2 v3 5 5 void PrintLCDfont2(const char* pszText); 6 6 7 void PrintLCDfont2(const st d::string& strText);7 void PrintLCDfont2(const string& strText); 8 8 }}} 9 9 … … 11 11 12 12 * pszText - character array pointer such as string literal "Hello World" 13 * strText - const string reference13 * strText - const string to display 14 14 15 15 == Return Value ==