Skip to content

Instantly share code, notes, and snippets.

@fastzen
Created August 28, 2016 18:05
Show Gist options
  • Save fastzen/f8b31406cc28c73234a023fdc8dec9f4 to your computer and use it in GitHub Desktop.
Save fastzen/f8b31406cc28c73234a023fdc8dec9f4 to your computer and use it in GitHub Desktop.
Raspberry Pi LCD display is upside down on OpenELEC
mount -o remount,rw /flash
vi /flash/config.txt
Add:
lcd_rotate=2
Save changes
mount -o remount,ro /flash
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment