InfiniTime/src/displayapp
2021-06-10 21:19:11 +02:00
..
fonts Timer App (#355) 2021-05-20 20:43:54 +02:00
icons Big UI and navigation Rewrite 2021-04-04 03:08:51 +01:00
screens 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
Apps.h Timer App (#355) 2021-05-20 20:43:54 +02:00
DisplayApp.cpp Fix stack corruption when exiting an app (the app was destroyed while it was executing the button handler). 2021-06-10 21:19:11 +02:00
DisplayApp.h Fix stack corruption when exiting an app (the app was destroyed while it was executing the button handler). 2021-06-10 21:19:11 +02:00
DisplayAppRecovery.cpp Fix build for recovery firmware. 2021-06-06 20:20:55 +02:00
DisplayAppRecovery.h Fix build for recovery firmware. 2021-06-06 20:20:55 +02:00
DummyLittleVgl.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
LittleVgl.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
LittleVgl.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
lv_pinetime_theme.c Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
lv_pinetime_theme.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Messages.h Timer App (#355) 2021-05-20 20:43:54 +02:00
TouchEvents.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00