removed line
This commit is contained in:
parent
38092fcb40
commit
e0969c4ed6
|
@ -30,8 +30,6 @@ WatchFaceTerminal::WatchFaceTerminal(DisplayApp* app,
|
||||||
settingsController {settingsController},
|
settingsController {settingsController},
|
||||||
heartRateController {heartRateController},
|
heartRateController {heartRateController},
|
||||||
motionController {motionController} {
|
motionController {motionController} {
|
||||||
settingsController.SetClockFace(3);
|
|
||||||
|
|
||||||
batteryValue = lv_label_create(lv_scr_act(), nullptr);
|
batteryValue = lv_label_create(lv_scr_act(), nullptr);
|
||||||
lv_label_set_recolor(batteryValue, true);
|
lv_label_set_recolor(batteryValue, true);
|
||||||
lv_obj_align(batteryValue, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, -20);
|
lv_obj_align(batteryValue, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, -20);
|
||||||
|
|
Loading…
Reference in a new issue