summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingShakeThreshold.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-4/+4
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski1-2/+2
This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski1-4/+4
2022-02-19SettingShakeThreshold: add missing SystemTask.h, relative includeReinhold Gschweicher1-1/+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-04Fix setting removing it self from wake settings when opening calibration ↵Tim Keller1-0/+1
window twice.
2022-01-04Made calibration window enable Accel wakeups for setting and calibration ↵Tim Keller1-1/+8
even when wake mode is inactive.
2022-01-04Fixed button color changingTim Keller1-8/+9
2022-01-04Added visual aide for shake strengthTim Keller1-34/+57
Added delay to starting calibration
2022-01-04Raise calibration timeout to 7.5 secondsTim Keller1-15/+15
Added button toggle state for cleaner user interaction
2022-01-04Fix crash upon leaving app.Tim Keller1-24/+20
Code formatting
2022-01-04Make arc moveable, and clear previous setting on calibrateTim Keller1-2/+5
2022-01-04Actually save the thresholdTim Keller1-6/+17
Prevent a few crashes due to an LV task being active when it shouldnt be.
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller1-56/+62
2022-01-04Add start of settings app for senstivity.Tim Keller1-0/+89
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.