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() {
|
function startTimers() {
|
||||||
g.clear();
|
g.clear();
|
||||||
|
redraw();
|
||||||
Bangle.drawWidgets();
|
Bangle.drawWidgets();
|
||||||
intervalRef = setInterval(redraw,1000);
|
intervalRef = setInterval(redraw,1000);
|
||||||
redraw();
|
|
||||||
}
|
}
|
||||||
Bangle.loadWidgets();
|
Bangle.loadWidgets();
|
||||||
startTimers();
|
startTimers();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue