aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-28 22:40:23 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-28 22:40:23 +0100
commit7b2e0d06d4cd8a472a9162460f5cf8d2d263cee4 (patch)
treee17bc88cef51e9a8117ec9e1b47af03ac78dab7d /drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h
parentfa82491a0badcb1d6afb46554655deec35a4a9f3 (diff)
downloaduGFX-7b2e0d06d4cd8a472a9162460f5cf8d2d263cee4.tar.gz
uGFX-7b2e0d06d4cd8a472a9162460f5cf8d2d263cee4.tar.bz2
uGFX-7b2e0d06d4cd8a472a9162460f5cf8d2d263cee4.zip
ILI9320 landscape mode
Diffstat (limited to 'drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h')
-rw-r--r--drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h
index 1ab568f5..de04e1f0 100644
--- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h
+++ b/drivers/ginput/touch/ADS7843/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 TRUE
+#define GINPUT_MOUSE_NEED_CALIBRATION FALSE
#define GINPUT_MOUSE_LLD_CALIBRATION_LOADSAVE FALSE
-#define GINPUT_MOUSE_MAX_CALIBRATION_ERROR 2
+#define GINPUT_MOUSE_MAX_CALIBRATION_ERROR 4
#define GINPUT_MOUSE_READ_CYCLES 4
#define GINPUT_MOUSE_POLL_PERIOD 100
#define GINPUT_MOUSE_MAX_CLICK_JITTER 2