diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-10-04 02:36:51 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2022-01-04 02:00:03 (GMT) |
| commit | b9c40100f63b2fecbacd102d7d18ae11d26440ee (patch) | |
| tree | 0b3c393655a2d6ea6e69259832dbf300348cb2c1 /src/displayapp/screens/settings/SettingShakeThreshold.h | |
| parent | 8f38bd911bd39e2656464835e8b7cedb28d898b5 (diff) | |
Added visual aide for shake strength
Added delay to starting calibration
Diffstat (limited to 'src/displayapp/screens/settings/SettingShakeThreshold.h')
| -rw-r--r-- | src/displayapp/screens/settings/SettingShakeThreshold.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/screens/settings/SettingShakeThreshold.h b/src/displayapp/screens/settings/SettingShakeThreshold.h index 36c5956..ed56589 100644 --- a/src/displayapp/screens/settings/SettingShakeThreshold.h +++ b/src/displayapp/screens/settings/SettingShakeThreshold.h @@ -25,10 +25,10 @@ namespace Pinetime { Controllers::Settings& settingsController; Controllers::MotionController& motionController; System::SystemTask& systemTask; - - uint8_t taskCount; + uint8_t calibrating; + uint32_t vDecay,vCalTime; lv_obj_t* cbOption[2]; - lv_obj_t *positionArc, *calButton, *calLabel; + lv_obj_t *positionArc, *animArc,*calButton, *calLabel; lv_task_t* refreshTask; }; } |
