summaryrefslogtreecommitdiff
path: root/src/components/datetime/DateTimeController.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants1-10/+10
inspired by PR #232 by nscooling.
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants1-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.
2021-04-24Reformatted all the files according to clang-format styleAvamander1-127/+48
2021-04-04Reset the step count every day at midnight.Jean-François Milants1-0/+13
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+120
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-0/+66