aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/MCU/ginput_lld_mouse_config_template.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-07 21:54:19 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-07 21:54:19 +1000
commit08e26fcb909de96b5f6476ae606149e618f75036 (patch)
tree5994bc4a7f882abcfb627b5477988f36a3a566a8 /drivers/ginput/touch/MCU/ginput_lld_mouse_config_template.h
parent5497bf82b3cb886fbcc85e529de3f2bbf8af3433 (diff)
downloaduGFX-08e26fcb909de96b5f6476ae606149e618f75036.tar.gz
uGFX-08e26fcb909de96b5f6476ae606149e618f75036.tar.bz2
uGFX-08e26fcb909de96b5f6476ae606149e618f75036.zip
New newmouse driver for MCU touch
Diffstat (limited to 'drivers/ginput/touch/MCU/ginput_lld_mouse_config_template.h')
-rw-r--r--drivers/ginput/touch/MCU/ginput_lld_mouse_config_template.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_config_template.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_config_template.h
deleted file mode 100644
index 328e6337..00000000
--- a/drivers/ginput/touch/MCU/ginput_lld_mouse_config_template.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * This file is subject to the terms of the GFX License. If a copy of
- * the license was not distributed with this file, you can obtain one at:
- *
- * http://ugfx.org/license.html
- */
-
-#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
-#define _LLD_GINPUT_MOUSE_CONFIG_H
-
-#define GINPUT_MOUSE_EVENT_TYPE GEVENT_TOUCH
-#define GINPUT_MOUSE_NEED_CALIBRATION TRUE
-#define GINPUT_MOUSE_LLD_CALIBRATION_LOADSAVE FALSE
-#define GINPUT_MOUSE_MAX_CALIBRATION_ERROR 12
-#define GINPUT_MOUSE_READ_CYCLES 1
-#define GINPUT_MOUSE_POLL_PERIOD 25
-#define GINPUT_MOUSE_MAX_CLICK_JITTER 2
-#define GINPUT_MOUSE_MAX_MOVE_JITTER 2
-#define GINPUT_MOUSE_CLICK_TIME 500
-
-#endif /* _LLD_GINPUT_MOUSE_CONFIG_H */