Last active
July 21, 2025 04:04
-
-
Save goooooouwa/83c5bdf066db7827f239da3b76558468 to your computer and use it in GitHub Desktop.
Raspberry Pi 3/4 official 7 inch touchscreen display rotation fix #raspberry-pi #display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in /boot/config.txt | |
# https://community.octoprint.org/t/raspberry-pi-4-4gb-with-official-7-touch-screen-will-not-rotate/29915/3 | |
# Blocked out the line for "dtoverlay=vc4-fkms-v3d" in the /boot/config.txt worked a treat. I guess that line blocks the screen rotation codes as they cannot both work in tandem | |
lcd_rotate=2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment