aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/DateTime/DateTimeController.h
Commit message (Collapse)AuthorAgeFilesLines
* 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