Fixed seconds not defined in horizon watchface
This commit is contained in:
parent
8e3238abf2
commit
62f4d403ba
@ -189,7 +189,7 @@ void WatchFaceHorizon::Refresh() {
|
||||
|
||||
// Update hour bar on bottom
|
||||
for (int i = 0; i < 60; i++) {
|
||||
if (i <= seconds) {
|
||||
if (i <= second) {
|
||||
lv_obj_set_hidden(hourLines[i], false);
|
||||
} else {
|
||||
lv_obj_set_hidden(hourLines[i], true);
|
||||
|
Loading…
Reference in New Issue
Block a user