diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-03-29 20:19:35 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-03-29 20:19:35 +0100 |
commit | f938c720448b81f53310c9b0aaa8b29d0aee71e9 (patch) | |
tree | 3fe79830b4b9d9f2a93e9ccf8cf710eb0a8eb0df /drivers | |
parent | 6ed641c91d1f94137bbb85074e66cc3214558e75 (diff) | |
download | uGFX-f938c720448b81f53310c9b0aaa8b29d0aee71e9.tar.gz uGFX-f938c720448b81f53310c9b0aaa8b29d0aee71e9.tar.bz2 uGFX-f938c720448b81f53310c9b0aaa8b29d0aee71e9.zip |
STMPE811 tweaks
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h index be19c5e0..871a6c2e 100644 --- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h +++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h @@ -37,8 +37,8 @@ #define GINPUT_MOUSE_READ_CYCLES 1
#define GINPUT_MOUSE_POLL_PERIOD 25
#define GINPUT_MOUSE_MAX_CLICK_JITTER 10
-#define GINPUT_MOUSE_MAX_MOVE_JITTER 2
-#define GINPUT_MOUSE_CLICK_TIME 500
+#define GINPUT_MOUSE_MAX_MOVE_JITTER 5
+#define GINPUT_MOUSE_CLICK_TIME 450
/* default values - over write these in your boad files */
#define STMP811_SLOWER_RESPONSE FALSE
|