Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/InitLCD
- Timestamp:
- 03/12/25 08:09:14 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/InitLCD
v4 v5 2 2 Initializes the LCD display for use by an application. 3 3 4 {{{ 4 {{{#!c++ 5 5 void InitLCD(int nGetImageDataAddr = 0); 6 6 }}} … … 21 21 == Examples == 22 22 23 {{{ 23 {{{#!c++ 24 24 InitLCD(); 25 25 }}} 26 26 27 {{{ 27 {{{#!c++ 28 28 InitLCD(1); 29 29 }}}