You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Maybe just try:

    setTimeout(function() {
      Bangle.showClock();
    }, 100);
    

    Bangle.showClock(); calls load(), and load() doesn't do anything if called while initialising (so you don't get into boot loops).

About

Avatar for Gordon @Gordon started