You are reading a single comment by @Alessandro and its replies.
Click here to read the full conversation.
-
Not sure if ClockFace and Layout libs do that automatically because I'm currently not using them, but are you drawing the screen every minute or so?
Yes, I configured Clockface with a "precision" of 60 seconds.
If you draw the screen every cycle, it may be the reason.
Damn, I didn't notice I forgot to redraw my topbar only if something changed .-. I'll fix asap!
Thanks!
Not sure if ClockFace and Layout libs do that automatically because I'm currently not using them, but are you drawing the screen every minute or so? If you draw the screen every cycle, it may be the reason.
Refer to e.g. https://github.com/alessandrococco/BangleApps/blob/3bddcd402d8e3dd3e9474e022bfe86478cebf811/apps/hworldclock/app.js#L113