diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-02-23 18:14:37 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-02-23 18:14:37 +1000 |
commit | 07707276f61fa9cfcc7a44859c07c816b4b9ae81 (patch) | |
tree | 53ca92b78bef06e0b984755001c5af8a89f5e391 /drivers/ginput/touch/STMPE610/readme.txt | |
parent | 07a63f714373859ace005c0686a7ac6982ba30f9 (diff) | |
download | uGFX-07707276f61fa9cfcc7a44859c07c816b4b9ae81.tar.gz uGFX-07707276f61fa9cfcc7a44859c07c816b4b9ae81.tar.bz2 uGFX-07707276f61fa9cfcc7a44859c07c816b4b9ae81.zip |
Add touch driver STMPE610 by lliypuk
Diffstat (limited to 'drivers/ginput/touch/STMPE610/readme.txt')
-rw-r--r-- | drivers/ginput/touch/STMPE610/readme.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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. + |