aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/STMPE811/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-07 12:05:23 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-07 12:05:23 +1000
commit2a1c7785ccd0cb0b4675c06c2c48e270e7d926e4 (patch)
treedb076068f876343bcc409fb7df26ec526bb3e88f /drivers/ginput/touch/STMPE811/readme.txt
parentd0f8c12a2d79d6328269a7931fdf673bd23f4dc7 (diff)
downloaduGFX-2a1c7785ccd0cb0b4675c06c2c48e270e7d926e4.tar.gz
uGFX-2a1c7785ccd0cb0b4675c06c2c48e270e7d926e4.tar.bz2
uGFX-2a1c7785ccd0cb0b4675c06c2c48e270e7d926e4.zip
Fix the newmouse STMPE811 driver.
Finalise the STM32F429i-Discovery board file for that touch controller
Diffstat (limited to 'drivers/ginput/touch/STMPE811/readme.txt')
-rw-r--r--drivers/ginput/touch/STMPE811/readme.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/ginput/touch/STMPE811/readme.txt b/drivers/ginput/touch/STMPE811/readme.txt
new file mode 100644
index 00000000..60d7f603
--- /dev/null
+++ b/drivers/ginput/touch/STMPE811/readme.txt
@@ -0,0 +1,11 @@
+This driver has a number of optional settings which can be specified in gfxconf.h:
+
+#define GMOUSE_STMPE811_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_STMPE811_SELF_CALIBRATE TRUE
+ Scale the touch readings to avoid calibration. This is not as accurate as real calibration.
+
+#define GMOUSE_STMPE811_TEST_MODE TRUE
+ Return raw readings for diagnostic use with the "touch_raw_readings" tool.
+