Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Created March 3, 2024 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goooooouwa/83c5bdf066db7827f239da3b76558468 to your computer and use it in GitHub Desktop.
Save goooooouwa/83c5bdf066db7827f239da3b76558468 to your computer and use it in GitHub Desktop.
Raspberry Pi 3/4 official 7 inch touchscreen display rotation fix
# 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