add MPI3508

This commit is contained in:
lcdwiki
2019-06-04 12:02:16 +01:00
parent 9d5f990fb0
commit cb4f8803dc
6 changed files with 103 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
Section "InputClass"
Identifier "calibration"
MatchProduct "ADS7846 Touchscreen"
Option "Calibration" "233 3945 183 3939"
Option "SwapAxes" "1"
EndSection

View File

@@ -0,0 +1,6 @@
Section "InputClass"
Identifier "calibration"
MatchProduct "ADS7846 Touchscreen"
Option "Calibration" "183 3939 3945 233"
Option "SwapAxes" "0"
EndSection

View File

@@ -0,0 +1,6 @@
Section "InputClass"
Identifier "calibration"
MatchProduct "ADS7846 Touchscreen"
Option "Calibration" "3939 183 233 3945"
Option "SwapAxes" "0"
EndSection