Changes between Version 10 and Version 11 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD
- Timestamp:
- 03/12/25 08:10:37 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/ClearLCD
v10 v11 2 2 Clears the LCD display. 3 3 4 {{{ 4 {{{#!c++ 5 5 void ClearLCD(void); 6 6 }}} … … 20 20 == Example == 21 21 22 {{{ 22 {{{#!c++ 23 23 // The following line will clear the display 24 24 ClearLCD();