flip draws

master
MaBecker 2019-11-13 12:19:20 +01:00
parent 9e5d536206
commit 7c276e3ac1
1 changed files with 1 additions and 1 deletions

View File

@ -74,8 +74,8 @@
} }
Bangle.on('lcdPower', function(on) { Bangle.on('lcdPower', function(on) {
if (on) { if (on) {
drawMixedClock();
drawWidgets(); drawWidgets();
drawMixedClock();
} }
}); });