summaryrefslogtreecommitdiff
path: root/src/components/datetime/DateTimeController.cpp
AgeCommit message (Collapse)Author
2021-07-09Exposed Month and DayOfWeek texts in DateTimeControllerTim Taenny
Added static methods to return the text of a given month or dayOfWeek.
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants
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.
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-04Reset the step count every day at midnight.Jean-François Milants
2021-02-24Multi face support, analog clock, 12/24 configJoaquim
2020-10-02Fixed all the includes that were broken due to the renamesAvamander