Update Clock.cpp
This commit is contained in:
parent
3d2ddcb311
commit
7ed2ee539f
@ -68,7 +68,7 @@ Clock::Clock(DisplayApp* app,
|
|||||||
lv_obj_align(heartbeatValue, heartbeatIcon, LV_ALIGN_OUT_RIGHT_MID, 5, 0);
|
lv_obj_align(heartbeatValue, heartbeatIcon, LV_ALIGN_OUT_RIGHT_MID, 5, 0);
|
||||||
|
|
||||||
heartbeatBpm = lv_label_create(lv_scr_act(), NULL);
|
heartbeatBpm = lv_label_create(lv_scr_act(), NULL);
|
||||||
lv_label_set_text(heartbeatBpm, "BPM");
|
lv_label_set_text(heartbeatBpm, "LOVE");
|
||||||
lv_obj_align(heartbeatBpm, heartbeatValue, LV_ALIGN_OUT_RIGHT_MID, 5, 0);
|
lv_obj_align(heartbeatBpm, heartbeatValue, LV_ALIGN_OUT_RIGHT_MID, 5, 0);
|
||||||
|
|
||||||
stepValue = lv_label_create(lv_scr_act(), NULL);
|
stepValue = lv_label_create(lv_scr_act(), NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user