-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
evdev reverse mapping is broken #291
Comments
elgerg
changed the title
endev reverse mapping is broken
evdev reverse mapping is broken
Sep 4, 2023
With |
elgerg
added a commit
to elgerg/lv_drivers
that referenced
this issue
Sep 4, 2023
Removed clamp from Calibrate section as it has map in it. lvgl#291
Merged
PR created but it's my first one. Let me know if you need anything correcting. Thanks |
kisvegabor
pushed a commit
that referenced
this issue
Sep 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
After the introduction of code based on:
#251
The reverse functionality based on doing thing like:
Does not work anymore.
I have a screen that I have rotated 180 defgees and when using the current lib with:
Then all touch points seem to register as 0.
Using the following:
It all works as expected.
Related forum post:
https://forum.lvgl.io/t/how-to-invert-x-and-y-axises-not-swap-them/12866/2
Any chance this change can check if a mouse is involved as apposed to a touch screen?
Thanks!
The text was updated successfully, but these errors were encountered: