Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/ResetPrevTime
- Timestamp:
- 03/12/25 07:42:38 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/ResetPrevTime
v2 v3 2 2 Resets the previous time so the next call to IsTimeChanged will return true. 3 3 4 {{{ 4 {{{#!c++ 5 5 void ResetPrevTime(void); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 // After clearing a menu display reset the previous time so the time will be redrawn right away 23 23 ResetPrevTime();