top of page
Raspberry Pi Plastics is 100% owned and operated by One Nine Design Ltd and is not associated in any way with the Raspberry Pi Foundation. For more information about the Raspberry Pi Foundation please visit www.raspberrypi.org
Rotating the Display
How to rotate the Pi screen display for use with touch screen cases.
Rotating the Display
​
With our case its is likley that you will need to rotate the display. Rotating the display is a relitivley simple process which can be completed by editing the the config file.
​
Instructions
​
-
In terminal type: "sudo nano /boot/config.txt"
-
Add the text "lcd_rotate=2" to the top of the file
-
Press CTRL+X
-
Then Y to confirm.
-
Then press enter/return.
-
Then reboot your Raspberry Pi and the display should show the correct way around.
bottom of page