Wow, I hadn't heard of the Widget Editor app. That is a great idea.
What I ended up doing was to define my own Bangle.drawWidgets that makes widgets clear only their own space. Then I made my watch face use the entire display. Since it's circular, there's still room at the corners. All the widgets that I use fit in that space without modification, so I'm done. But with Widget Editor, it will be possible to squeeze even more widgets onto the screen.
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.
Wow, I hadn't heard of the Widget Editor app. That is a great idea.
What I ended up doing was to define my own
Bangle.drawWidgets
that makes widgets clear only their own space. Then I made my watch face use the entire display. Since it's circular, there's still room at the corners. All the widgets that I use fit in that space without modification, so I'm done. But with Widget Editor, it will be possible to squeeze even more widgets onto the screen.Thanks.