From b9c40100f63b2fecbacd102d7d18ae11d26440ee Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 4 Oct 2021 02:36:51 +0000 Subject: Added visual aide for shake strength Added delay to starting calibration --- src/displayapp/screens/settings/SettingShakeThreshold.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/displayapp/screens/settings/SettingShakeThreshold.h') diff --git a/src/displayapp/screens/settings/SettingShakeThreshold.h b/src/displayapp/screens/settings/SettingShakeThreshold.h index 36c59569..ed565892 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; }; } -- cgit v1.2.3-70-g09d2