aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-10 14:40:47 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-10 14:40:47 +1000
commit00de9255232e2d7c0c0b1742ff0b5d489023dc5d (patch)
treeafba40a3ec5c0bb54fcd1abb11637190541ae8d7 /drivers/ginput
parent2904cd326bd8996b2c9781bbc636dac57a602c31 (diff)
downloaduGFX-00de9255232e2d7c0c0b1742ff0b5d489023dc5d.tar.gz
uGFX-00de9255232e2d7c0c0b1742ff0b5d489023dc5d.tar.bz2
uGFX-00de9255232e2d7c0c0b1742ff0b5d489023dc5d.zip
Update default settings in the board file for the ADS7843 touch
Diffstat (limited to 'drivers/ginput')
-rw-r--r--drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h b/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h
index 5a09b5bd..0b9cc71b 100644
--- a/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h
+++ b/drivers/ginput/touch/ADS7843/gmouse_lld_ADS7843_board_template.h
@@ -9,12 +9,12 @@
#define _GINPUT_LLD_MOUSE_BOARD_H
// Resolution and Accuracy Settings
-#define GMOUSE_ADS7843_PEN_CALIBRATE_ERROR 2
-#define GMOUSE_ADS7843_PEN_CLICK_ERROR 2
-#define GMOUSE_ADS7843_PEN_MOVE_ERROR 2
-#define GMOUSE_ADS7843_FINGER_CALIBRATE_ERROR 4
-#define GMOUSE_ADS7843_FINGER_CLICK_ERROR 4
-#define GMOUSE_ADS7843_FINGER_MOVE_ERROR 4
+#define GMOUSE_ADS7843_PEN_CALIBRATE_ERROR 8
+#define GMOUSE_ADS7843_PEN_CLICK_ERROR 6
+#define GMOUSE_ADS7843_PEN_MOVE_ERROR 4
+#define GMOUSE_ADS7843_FINGER_CALIBRATE_ERROR 14
+#define GMOUSE_ADS7843_FINGER_CLICK_ERROR 18
+#define GMOUSE_ADS7843_FINGER_MOVE_ERROR 14
// How much extra data to allocate at the end of the GMouse structure for the board's use
#define GMOUSE_ADS7843_BOARD_DATA_SIZE 0