Update Clock.cpp

This commit is contained in:
Lee Lup Yuen 2020-07-26 21:50:11 +08:00 committed by GitHub
parent 3d2ddcb311
commit 7ed2ee539f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ Clock::Clock(DisplayApp* app,
lv_obj_align(heartbeatValue, heartbeatIcon, LV_ALIGN_OUT_RIGHT_MID, 5, 0);
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);
stepValue = lv_label_create(lv_scr_act(), NULL);