aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/datetime/DateTimeController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Exposed Month and DayOfWeek texts in DateTimeControllerTim Taenny2021-07-091-8/+36
| | | | | Added static methods to return the text of a given month or dayOfWeek.
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-4/+6
| | | | variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
* Reformatted all the files according to clang-format styleAvamander2021-04-241-122/+43
|
* Reset the step count every day at midnight.Jean-François Milants2021-04-041-0/+13
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+120
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-0/+66