InfiniTime/src/displayapp/screens/settings
2021-06-25 19:04:29 +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
SettingPineTimeStyle.cpp Make it loop around when you get to the end of the list of colors 2021-06-25 19:04:29 +02:00
SettingPineTimeStyle.h Move array to member variable, retrieve colors from settings for display 2021-06-25 14:47:56 +02:00
Settings.cpp PineTimeStyle color picker initial commit 2021-06-24 19:15:23 +02:00
Settings.h PineTimeStyle color picker initial commit 2021-06-24 19:15:23 +02:00
SettingSteps.cpp Revert "Reset" 2021-05-18 17:45:16 +02:00
SettingSteps.h Revert "Reset" 2021-05-18 17:45:16 +02: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 Remove newline modifications 2021-05-19 17:05:33 +02:00
SettingWatchFace.h Revert "Reset" 2021-05-18 17:45:16 +02:00