You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • 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);
    });
    
About

Avatar for Gordon @Gordon started