-
Notifications
You must be signed in to change notification settings - Fork 80
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
Rotate touch input with display #59
Comments
Hi @daniel-quantica - can you let me know what device you are using (e.g. raspberry pi 4)? Also - I'm intrigued by what you're building, if you don't mind sharing. :) |
Right now I'm using a Raspberry Pi 4 Compute Module on the official IO board. I could test with other hardware as well, if that helps you (Upboard and NUC). All I can say is that what we're building will end up in a physical device but with a different touch display (confirmed as being balena compatible). |
@daniel-quantica thanks - I'll try and replicate with a Pi4 and NUC - and let you know. I don't have your specific screen to test with - but that shouldn't be an issue. |
Hello, I am experiencing the same problem and despite I haven't found a solution yet, I think I have some useful information. I am a noob myself, but maybe someone with a better knowledge of those topics can point us in the right direction 🤞. my setup:
The touch film works but the axis was wrong. I decided to install a full GUI OS (also X11 based) to do some more testing - I followed this tututial. With the OS configured in landscape mode (default) everything worked as expected, however when I configure the display settings to portrait mode the behavior was the same as the experienced on my setup using Browser Block. Looking around for a while I was able to fix this:
After this, the touch was working as respected.
Then I back to my Browser Block setup. I SSH into the Browser container and installed Then I back to the GUI OS setup and try to run the same command using SSH and I get the same result. Any thoughts? |
When
ROTATE_DISPLAY
is set the output is rotated but input events from a touchscreen are not.The touchscreen I'm using is the 11.6inch Waveshare FHD screen with touch attached via USB.
The text was updated successfully, but these errors were encountered: