You are reading a single comment by @user91203 and its replies. Click here to read the full conversation.
  • You're right. Large Clock does a clearInterval() when it starts.

    What do you think can be done about that?

    g.clear();
    clearInterval();
    drawClockFace();
    interval = setInterval(drawClockFace, REFRESH_RATE);
    
    Bangle.loadWidgets();
    Bangle.drawWidgets();
    
About

Avatar for user91203 @user91203 started