You're right. Large Clock does a clearInterval() when it starts.
clearInterval()
What do you think can be done about that?
g.clear(); clearInterval(); drawClockFace(); interval = setInterval(drawClockFace, REFRESH_RATE); Bangle.loadWidgets(); Bangle.drawWidgets();
@user91203 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You're right. Large Clock does a
clearInterval()
when it starts.What do you think can be done about that?