Those are some really great numbers, definitely easy to see in daily use.
The not yet fast load compatible clocks could be changed to loading widgets and then directly hiding them using widget_utils without ever drawing. That would be enough for fast loading them and would not disturb the full screen watch face. But it comes with the caveat that then the widgets are loaded to RAM and active. Especially their registered listeners do their thing and could for example react to touches or do whatever they usually do when visible.
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.
Those are some really great numbers, definitely easy to see in daily use.
The not yet fast load compatible clocks could be changed to loading widgets and then directly hiding them using
widget_utils
without ever drawing. That would be enough for fast loading them and would not disturb the full screen watch face. But it comes with the caveat that then the widgets are loaded to RAM and active. Especially their registered listeners do their thing and could for example react to touches or do whatever they usually do when visible.