summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingShakeThreshold.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-2/+2
2022-02-19SettingShakeThreshold: add missing SystemTask.h, relative includeReinhold Gschweicher1-0/+1
SettingShakeThreshold.h uses SystemTask, but doesn't include the header. Fixing that for the simulator. For consistency make the header include a relative to src include.
2022-01-04Made calibration window enable Accel wakeups for setting and calibration ↵Tim Keller1-0/+1
even when wake mode is inactive.
2022-01-04Fixed button color changingTim Keller1-1/+0
2022-01-04Added visual aide for shake strengthTim Keller1-3/+3
Added delay to starting calibration
2022-01-04Fix crash upon leaving app.Tim Keller1-3/+0
Code formatting
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller1-4/+16
2022-01-04Add start of settings app for senstivity.Tim Keller1-0/+27
really just debugging. I want to make it more configurable then high med low. Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with.