Make blobclk redraw sooner when the LCD is switched on, so that the time is visible sooner
parent
37c8728696
commit
03e8e0ccf4
|
|
@ -86,9 +86,9 @@ function clearTimers() {
|
|||
}
|
||||
function startTimers() {
|
||||
g.clear();
|
||||
redraw();
|
||||
Bangle.drawWidgets();
|
||||
intervalRef = setInterval(redraw,1000);
|
||||
redraw();
|
||||
}
|
||||
Bangle.loadWidgets();
|
||||
startTimers();
|
||||
|
|
|
|||
Loading…
Reference in New Issue