I've added
console.log(tap.x,tap.y);
after
Bangle.on('drag', function (tap) {
in https://github.com/espruino/BangleApps/blob/master/apps/tinydraw/app.js and receiving coordinates from x=8..191 and y=5..188 . Maybe some kind of "touchscreen calibration" is needed...
@HilmarSt 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.
I've added
after
in https://github.com/espruino/BangleApps/blob/master/apps/tinydraw/app.js and receiving coordinates from x=8..191 and y=5..188 .
Maybe some kind of "touchscreen calibration" is needed...