You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this library works great but if I set Rotation to NORMAL the y values get suspiciously heigh - around 65535 or a bit lower. Seems like some variable overflows ...
y = 0 is also not on the bottom but somewhere in the middle of the screen. Seems like the library assumes 320 to be the heighes value on the top. Going down then gets to zero and further down: 65335
in x direction the heighest value is 480
Am I expecting something diferent from "NORMAL"?
The text was updated successfully, but these errors were encountered:
this library works great but if I set Rotation to NORMAL the y values get suspiciously heigh - around 65535 or a bit lower. Seems like some variable overflows ...
y = 0 is also not on the bottom but somewhere in the middle of the screen. Seems like the library assumes 320 to be the heighes value on the top. Going down then gets to zero and further down: 65335
in x direction the heighest value is 480
Am I expecting something diferent from "NORMAL"?
The text was updated successfully, but these errors were encountered: