g.setFont('6x8:5x9') is slow, maybe
It shouldn't be - the call itself will be fast, and upscaling the built-in font should be reasonably quick
Bangle.on('touch', function (b, xy) { xxl.stop(); }); does not really work.
It should - maybe add some prints to the rendering function and see if it really is taking ages.
Must I undo the setWatch
Not with load(), no. You'd asked on another post about vars, but basically load() tears everything down so you don't have to worry.
load()
@Gordon started
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.
It shouldn't be - the call itself will be fast, and upscaling the built-in font should be reasonably quick
It should - maybe add some prints to the rendering function and see if it really is taking ages.
Not with
load()
, no. You'd asked on another post about vars, but basicallyload()
tears everything down so you don't have to worry.