Fixed button color changing

This commit is contained in:
Tim Keller
2021-10-04 17:11:27 +00:00
parent b9c40100f6
commit 98ac447bdb
2 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,6 @@ namespace Pinetime {
System::SystemTask& systemTask;
uint8_t calibrating;
uint32_t vDecay,vCalTime;
lv_obj_t* cbOption[2];
lv_obj_t *positionArc, *animArc,*calButton, *calLabel;
lv_task_t* refreshTask;
};