InfiniTime/src/displayapp/screens/settings
2021-06-10 21:20:27 +02:00
..
QuickSettings.cpp 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
QuickSettings.h short vibration when enabling it 2021-05-02 11:48:05 +02:00
SettingDisplay.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SettingDisplay.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
Settings.cpp Minor improvements: use std::make_unique when creating unique_ptr, check the code is running from an IRQ before calling xQueueSendFromISR or xQueueSend) 2021-06-10 21:20:27 +02:00
Settings.h Minor improvements: use std::make_unique when creating unique_ptr, check the code is running from an IRQ before calling xQueueSendFromISR or xQueueSend) 2021-06-10 21:20:27 +02:00
SettingSteps.cpp Fix button size and default step goal 2021-04-20 16:21:01 +01:00
SettingSteps.h New Steps app 2021-04-19 15:28:38 +01:00
SettingTimeFormat.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SettingTimeFormat.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SettingWakeUp.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SettingWakeUp.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SettingWatchFace.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SettingWatchFace.h Changed access modified indentation 2021-04-24 12:00:45 +03:00