aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-02 15:26:14 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-02 15:26:14 +0100
commitae7da0770bb60c4add9c06d9dda93045a003281c (patch)
tree6c67e165747e409876a211c7a23e0878810512b7 /drivers/ginput/touch/MCU/ginput_lld_mouse_config.h
parent24e75d96e14a668ead91797bc7cb4e7d3097b3ea (diff)
downloaduGFX-ae7da0770bb60c4add9c06d9dda93045a003281c.tar.gz
uGFX-ae7da0770bb60c4add9c06d9dda93045a003281c.tar.bz2
uGFX-ae7da0770bb60c4add9c06d9dda93045a003281c.zip
GINPUT MCU driver update
Diffstat (limited to 'drivers/ginput/touch/MCU/ginput_lld_mouse_config.h')
-rw-r--r--drivers/ginput/touch/MCU/ginput_lld_mouse_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h
index e1aa15f3..4711625b 100644
--- a/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h
+++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h
@@ -28,9 +28,9 @@
#define _LLD_GINPUT_MOUSE_CONFIG_H
#define GINPUT_MOUSE_EVENT_TYPE GEVENT_TOUCH
-#define GINPUT_MOUSE_NEED_CALIBRATION FALSE
+#define GINPUT_MOUSE_NEED_CALIBRATION TRUE
#define GINPUT_MOUSE_LLD_CALIBRATION_LOADSAVE FALSE
-#define GINPUT_MOUSE_MAX_CALIBRATION_ERROR -1
+#define GINPUT_MOUSE_MAX_CALIBRATION_ERROR 10
#define GINPUT_MOUSE_READ_CYCLES 4
#define GINPUT_MOUSE_POLL_PERIOD 100
#define GINPUT_MOUSE_MAX_CLICK_JITTER 4