top of page
oneninedesign raspberry pi touch screen ase

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