As an example, from what I gather from my saussage fingers with the Bangle, when I touch the screen I am on average 12 pixel to the left and 14 pixel lower than were I aim. My goal is to correct this offset via an application.
I assume Bangle.on('touch', ...) is the main system used by everything, I missed the wanted option already to many times in the default setting menu to admit a number, so I was hoping to correct that and fix it with a myapp.boot.js file. In a way that seem to work since I got my debug text on every screen, but I am not sure any of the change I do inside the function do anything, even while setting extreme offset the expected result happened.
I guess it would be better to completly finish the application first then ask for advice if it is still not working. I will try to finish everything this week if that help
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.
Hey :)
As an example, from what I gather from my saussage fingers with the Bangle, when I touch the screen I am on average 12 pixel to the left and 14 pixel lower than were I aim. My goal is to correct this offset via an application.
I assume Bangle.on('touch', ...) is the main system used by everything, I missed the wanted option already to many times in the default setting menu to admit a number, so I was hoping to correct that and fix it with a myapp.boot.js file. In a way that seem to work since I got my debug text on every screen, but I am not sure any of the change I do inside the function do anything, even while setting extreme offset the expected result happened.
I guess it would be better to completly finish the application first then ask for advice if it is still not working. I will try to finish everything this week if that help