From 005a634f1b5eca4d36ec71255b591dadeae3c77a Mon Sep 17 00:00:00 2001 From: goodtft Date: Tue, 4 Dec 2018 11:48:32 +0800 Subject: [PATCH] Add files via upload --- usr/99-calibration.conf-mhs32 | 9 +++++++++ usr/99-calibration.conf-mhs395 | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 usr/99-calibration.conf-mhs32 create mode 100644 usr/99-calibration.conf-mhs395 diff --git a/usr/99-calibration.conf-mhs32 b/usr/99-calibration.conf-mhs32 new file mode 100644 index 0000000..044c457 --- /dev/null +++ b/usr/99-calibration.conf-mhs32 @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "calibration" + MatchProduct "ADS7846 Touchscreen" + Option "Calibration" "3713 158 3901 212" + Option "SwapAxes" "1" + Option "EmulateThirdButton" "1" + Option "EmulateThirdButtonTimeout" "1000" + Option "EmulateThirdButtonMoveThreshold" "300" +EndSection diff --git a/usr/99-calibration.conf-mhs395 b/usr/99-calibration.conf-mhs395 new file mode 100644 index 0000000..2df34e2 --- /dev/null +++ b/usr/99-calibration.conf-mhs395 @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "calibration" + MatchProduct "ADS7846 Touchscreen" + Option "Calibration" "3936 227 268 3880" + Option "SwapAxes" "1" + Option "EmulateThirdButton" "1" + Option "EmulateThirdButtonTimeout" "1000" + Option "EmulateThirdButtonMoveThreshold" "300" +EndSection