This website requires JavaScript.
Explore
Help
Sign In
will
/
InfiniTime
Watch
1
Star
0
Fork
0
You've already forked InfiniTime
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
InfiniTime
/
src
/
components
/
datetime
History
Jean-François Milants
c086520c97
Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, inspired by PR
#232
by nscooling.
2021-08-10 11:39:25 +02:00
..
DateTimeController.cpp
Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, inspired by PR
#232
by nscooling.
2021-08-10 11:39:25 +02:00
DateTimeController.h
Initialize SystemTask, DisplayApp and HeartRateTask as global static 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-06-06 15:56:03 +02:00