diff options
author | Tectu <joel@unormal.org> | 2012-06-15 10:18:52 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-15 10:18:52 +0200 |
commit | c7a393c6d789bc68387205447082cdf2106862f8 (patch) | |
tree | 4d3d9a5ecde4c3d204482f3f8d9e40c07884f663 /touchpad.h | |
parent | 83d3135ab1683c29edc6e76ad34ff61d9df69572 (diff) | |
download | uGFX-c7a393c6d789bc68387205447082cdf2106862f8.tar.gz uGFX-c7a393c6d789bc68387205447082cdf2106862f8.tar.bz2 uGFX-c7a393c6d789bc68387205447082cdf2106862f8.zip |
added support for 3D touchpads
Diffstat (limited to 'touchpad.h')
-rw-r--r-- | touchpad.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -54,6 +54,17 @@ uint16_t tpReadX(void); uint16_t tpReadY(void); /* + * Description: reads-out Z value / pressure + * only available when controller supports, returns + * zero otherwise. + * + * param: none + * + * return: pressure on the touchpad + */ +uint16_t tpReadZ(void); + +/* * Description: calibration routine * * param: none |