Interesting, thanks! The best way to know for sure would be there's a 'paint' app you can install.
Or you can do something along the lines of:
Bangle.on('touch', (b,e) => { g.clear(1).fillCircle(e.x,e.y,4); });
@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.
Interesting, thanks! The best way to know for sure would be there's a 'paint' app you can install.
Or you can do something along the lines of: