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]
@momo 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.
Btw did a little test myself with
and after spamming the touchscreen edges with my finger it looks like
x ∈ [1,191]
y ∈ [0,191]