Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCDbutton
- Timestamp:
- 03/12/25 08:08:01 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/PrintLCDbutton
v3 v4 2 2 Prints text on the LCD screen using the default font. 3 3 4 {{{ 4 {{{#!c++ 5 5 void PrintLCD(const char* pszText); 6 6 }}} … … 29 29 == Examples == 30 30 31 {{{ 31 {{{#!c++ 32 32 PrintLCDbutton(FONT_BTN_ZERO); 33 33 }}}