aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingShakeThreshold.h
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-2/+1
|
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-2/+2
|
* SettingShakeThreshold: add missing SystemTask.h, relative includeReinhold Gschweicher2022-02-191-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.
* Made calibration window enable Accel wakeups for setting and calibration ↵Tim Keller2022-01-041-0/+1
| | | | even when wake mode is inactive.
* Fixed button color changingTim Keller2022-01-041-1/+0
|
* Added visual aide for shake strengthTim Keller2022-01-041-3/+3
| | | | Added delay to starting calibration
* Fix crash upon leaving app.Tim Keller2022-01-041-3/+0
| | | | Code formatting
* Better Sensitivity UI, Calibration button addedTim Keller2022-01-041-4/+16
|
* Add start of settings app for senstivity.Tim Keller2022-01-041-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.