Skip to content

Instantly share code, notes, and snippets.

@walduino
Created December 17, 2015 19:55
Show Gist options
  • Save walduino/5726262985c3d8552694 to your computer and use it in GitHub Desktop.
Save walduino/5726262985c3d8552694 to your computer and use it in GitHub Desktop.
kedei rpi lcd screen portrait
xinput --set-prop 'KeDei.taobao.com' "Coordinate Transformation Matrix" 0 -1 1 1 0 0 0 0 1
pi@raspberrypi ~ $ cat /usr/share/X11/xorg.conf.d/99-fbturbo.conf
Section "Device"
Identifier "Allwinner A10/A13 FBDEV"
Driver "fbturbo"
Option "fbdev" "/dev/fb0"
Option "Rotate" "CCW"
Option "SwapbuffersWait" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment