aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h
diff options
context:
space:
mode:
authorMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-03-29 01:15:07 +0100
committerMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-03-29 01:15:07 +0100
commit2f7b6fc80b89d4ccce19d919b8c2d4a793a3ce98 (patch)
treea57df0e589c9a8f57b4a7f1be19e10c39cb9a2c4 /drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h
parent2a00dd667df1fec0692d21ca2ef1001dbf9589ef (diff)
downloaduGFX-2f7b6fc80b89d4ccce19d919b8c2d4a793a3ce98.tar.gz
uGFX-2f7b6fc80b89d4ccce19d919b8c2d4a793a3ce98.tar.bz2
uGFX-2f7b6fc80b89d4ccce19d919b8c2d4a793a3ce98.zip
STMPE811: attempt to use FIFO
Very early version of using FIFO threshold interrupt.
Diffstat (limited to 'drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h')
-rw-r--r--drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h4
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 398fd7fb..b99b6f14 100644
--- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h
+++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h
@@ -31,10 +31,10 @@
#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 5
-#define GINPUT_MOUSE_READ_CYCLES 1//4
+#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