Created
December 17, 2015 19:55
-
-
Save walduino/5726262985c3d8552694 to your computer and use it in GitHub Desktop.
kedei rpi lcd screen portrait
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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