aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/DateTime
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Components/ to components/Avamander2020-10-022-105/+0
|
* Add uptime counter in DateTimeController and display it in SystemInfo screen.JF2020-06-072-2/+4
|
* Fix date/time conversion from CTS to internal date/time representation.JF2020-03-022-14/+12
|
* Add touch panel port to lvgl.JF2020-02-161-1/+1
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Integration of lvgl : continued...JF2020-02-101-1/+1
|
* Improve clock accuraty and reduce clock drifting over time (before : 1/2h ↵JF2020-01-311-2/+13
| | | | per day, now : 0 minutes in 24h).
* Encapsulate the drawing of the screen into Screens classes.JF2020-01-181-0/+2
|
* DateTimeController is now updated in the system task.JF2020-01-182-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.
* Add DateTimeController to manage the time.JF2019-12-282-0/+46
Use messages in message queues to refresh the UI