aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/DateTime/DateTimeController.h
Commit message (Collapse)AuthorAgeFilesLines
* Add uptime counter in DateTimeController and display it in SystemInfo screen.JF2020-06-071-1/+2
|
* Fix date/time conversion from CTS to internal date/time representation.JF2020-03-021-2/+2
|
* Encapsulate the drawing of the screen into Screens classes.JF2020-01-181-0/+2
|
* DateTimeController is now updated in the system task.JF2020-01-181-1/+7
| | | | | It runs every 1s in Running mode, and every 1h in sleep mode. This should allow to keep the watch on time for more than 4 hours.
* Add DateTimeController to manage the time.JF2019-12-281-0/+30
Use messages in message queues to refresh the UI