NewYear: drawSubSecondsBar even without time synced
This commit is contained in:
parent
2cf4fe4baf
commit
88ee6fa91c
@ -36,6 +36,7 @@ class NewYear : public Mode<NewYear> {
|
||||
display->clear();
|
||||
if (!ok) {
|
||||
drawNoTime();
|
||||
drawSubSecondsBar(info.tm_sec);
|
||||
} else if (info.tm_mon == 1 && info.tm_mday == 1 && info.tm_hour == 0) {
|
||||
drawYear(counter, info.tm_year + 1900);
|
||||
drawFirework(timer->interval);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user