summaryrefslogtreecommitdiff
path: root/src/Components/DateTime
AgeCommit message (Collapse)AuthorFilesLines
2020-01-31Improve clock accuraty and reduce clock drifting over time (before : 1/2h ↵JF1-2/+13
per day, now : 0 minutes in 24h).
2020-01-18Encapsulate the drawing of the screen into Screens classes.JF1-0/+2
2020-01-18DateTimeController is now updated in the system task.JF2-10/+56
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.
2019-12-28Add DateTimeController to manage the time.JF2-0/+46
Use messages in message queues to refresh the UI