Added visual aide for shake strength

Added delay to starting calibration
This commit is contained in:
Tim Keller
2021-10-04 02:36:51 +00:00
parent 8f38bd911b
commit b9c40100f6
2 changed files with 60 additions and 37 deletions

View File

@@ -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;
};
}