You are reading a single comment by @momo and its replies. Click here to read the full conversation.
  • Btw did a little test myself with

    Bangle.on('touch', (button, xy) => {
      console.log("coords are", xy);
    });
    

    and after spamming the touchscreen edges with my finger it looks like

    x ∈ [1,191]
    y ∈ [0,191]

About

Avatar for momo @momo started