From 07707276f61fa9cfcc7a44859c07c816b4b9ae81 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 23 Feb 2015 18:14:37 +1000 Subject: Add touch driver STMPE610 by lliypuk --- drivers/ginput/touch/STMPE610/readme.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/ginput/touch/STMPE610/readme.txt (limited to 'drivers/ginput/touch/STMPE610/readme.txt') diff --git a/drivers/ginput/touch/STMPE610/readme.txt b/drivers/ginput/touch/STMPE610/readme.txt new file mode 100644 index 00000000..03ff9019 --- /dev/null +++ b/drivers/ginput/touch/STMPE610/readme.txt @@ -0,0 +1,11 @@ +This driver has a number of optional settings which can be specified in gfxconf.h: + +#define GMOUSE_STMPE610_READ_PRESSURE TRUE + Returns pressure values when the touch is down. On tested boards this ranges from 90 to 150. 255 is touch off. + +#define GMOUSE_STMPE610_SELF_CALIBRATE TRUE + Scale the touch readings to avoid calibration. This is not as accurate as real calibration. + +#define GMOUSE_STMPE610_TEST_MODE TRUE + Return raw readings for diagnostic use with the "touch_raw_readings" tool. + -- cgit v1.2.3