Created
December 10, 2019 01:12
-
-
Save dijikul/778afa3a1d472902eb3c031505f07118 to your computer and use it in GitHub Desktop.
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
Quick Fix: | |
xinput set-prop 'TPK USA LLC Touch Fusion 4.' 'Coordinate Transformation Matrix' 0 -1 1 1 0 0 0 0 1 | |
Full Fix via (https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=230554&p=1413454#p1413454): | |
install evdev and add the following to the ""evdev touchscreen catchall": | |
Option "SwapAxes" "true" | |
Option "InvertX" "true" | |
Option "InvertY" "false" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment