-
Notifications
You must be signed in to change notification settings - Fork 9
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 Screen? #9
Comments
I am using the 7" official screen, on a pi4. After some investigation I found the answer here Also this was helpful What I did was (from here https://www.raspberrypi.com/documentation/accessories/display.html) Rotate screen without a desktop Rotate touch input Rotation of touch input is independent of the orientation of the display itself. To change this you need to manually add a dtoverlay instruction in /boot/firmware/config.txt. Add the following line in config.txt: Then, disable automatic display detection by removing the following line from config.txt, if it exists: |
So I'm using a Waveshare 11.9" DSI touch screen and it has a default portrait resolution of 320x1480. Getting the screen to work in portrait was simple, but after a lengthy dive, I finally got it to work in landscape Editing Rotating display in Xorg server
Rotating touch input in Xorg server
I had to set touch input rotation inputs to 270 to match the CCW display rotation. |
All is working great, except using the official 7inch screen, it's upside down. Everything I find says to add lcd_rotate=2 to /boot/firmware/config.txt, but this is not solving the issue.
The text was updated successfully, but these errors were encountered: