Rotate display 90º? (not official touch screen)
Posted: Wed Oct 18, 2017 7:55 am
I have a touch screen with 90 degree (portrait) rotation, this is what worked for me:
For display rotation, add to /boot/config.txt
For touch screen rotation, run command
For display rotation, add to /boot/config.txt
Code: Select all
display_rotate=1Code: Select all
DISPLAY=:0 /usr/bin/xinput --set-prop 'LGE Touch Device (HS) LGE HID Multi-Touch ATI0320-10' 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1