diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:57:01 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:57:01 (GMT) |
| commit | 8413e62eeab686fad4f3d280e4732571372088e3 (patch) | |
| tree | 261000c41a03f35adbbf700fe472554b38c61de8 /src/displayapp/screens/settings/SettingShakeThreshold.h | |
| parent | ce7fd962caf64fa0037d1b80baa48deb88839010 (diff) | |
Sans shakewake and leftover modifications: Size: 228360
Diffstat (limited to 'src/displayapp/screens/settings/SettingShakeThreshold.h')
| -rw-r--r-- | src/displayapp/screens/settings/SettingShakeThreshold.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/displayapp/screens/settings/SettingShakeThreshold.h b/src/displayapp/screens/settings/SettingShakeThreshold.h deleted file mode 100644 index 37f4a65..0000000 --- a/src/displayapp/screens/settings/SettingShakeThreshold.h +++ /dev/null @@ -1,37 +0,0 @@ -#pragma once - -#include <cstdint> -#include <lvgl/lvgl.h> -#include "components/settings/Settings.h" -#include "displayapp/screens/Screen.h" -#include <components/motion/MotionController.h> -#include "systemtask/SystemTask.h" -namespace Pinetime { - - namespace Applications { - namespace Screens { - - class SettingShakeThreshold : public Screen { - public: - SettingShakeThreshold(DisplayApp* app, - Pinetime::Controllers::Settings& settingsController, - Controllers::MotionController& motionController, - System::SystemTask& systemTask); - - ~SettingShakeThreshold() override; - void Refresh() override; - void UpdateSelected(lv_obj_t* object, lv_event_t event); - - private: - Controllers::Settings& settingsController; - Controllers::MotionController& motionController; - System::SystemTask& systemTask; - uint8_t calibrating; - bool EnableForCal; - uint32_t vDecay,vCalTime; - lv_obj_t *positionArc, *animArc,*calButton, *calLabel; - lv_task_t* refreshTask; - }; - } - } -} |
