modify nano 2.4inch driver

This commit is contained in:
goodtft
2021-12-07 03:57:18 +00:00
parent 3f50cfafad
commit 4ec94ef008
7 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
Section "InputClass"
Identifier "calibration"
MatchProduct "Goodix Capacitive TouchScreen"
Option "Calibration" "240 0 320 0"
MatchProduct "generic ft5x06 (11)"
Option "Calibration" "0 239 0 319"
Option "SwapAxes" "0"
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "1000"

View File

@@ -1,7 +1,7 @@
Section "InputClass"
Identifier "calibration"
MatchProduct "Goodix Capacitive TouchScreen"
Option "Calibration" "0 240 0 320"
MatchProduct "generic ft5x06 (11)"
Option "Calibration" "239 0 319 0"
Option "SwapAxes" "0"
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "1000"

View File

@@ -1,7 +1,7 @@
Section "InputClass"
Identifier "calibration"
MatchProduct "generic ft5x06 (11)"
Option "Calibration" "319 0 0 239"
Option "Calibration" "0 239 319 0"
Option "SwapAxes" "1"
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "1000"

View File

@@ -1,7 +1,7 @@
Section "InputClass"
Identifier "calibration"
MatchProduct "Goodix Capacitive TouchScreen"
Option "Calibration" "0 240 320 0"
MatchProduct "generic ft5x06 (11)"
Option "Calibration" "239 0 0 319"
Option "SwapAxes" "1"
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "1000"

Binary file not shown.

Binary file not shown.