aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-09-09 20:20:58 -0700
committerAndrew Hannam <andrewh@inmarket.com.au>2012-09-09 20:20:58 -0700
commit967f37dffeef55fbf66d8d166b287b68a143d975 (patch)
tree9913dce1b5577b8965ecb6cee68512c75d550691 /include
parentb8dcccb55142507c80128f5028e5edcad66760a6 (diff)
parentb7791cc490d59bb029ca84e0b677923d9ec95aa7 (diff)
downloaduGFX-967f37dffeef55fbf66d8d166b287b68a143d975.tar.gz
uGFX-967f37dffeef55fbf66d8d166b287b68a143d975.tar.bz2
uGFX-967f37dffeef55fbf66d8d166b287b68a143d975.zip
Merge pull request #6 from Tectu/master
Update from Tectu
Diffstat (limited to 'include')
-rw-r--r--include/touchpad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/touchpad.h b/include/touchpad.h
index 55a83a9d..34c00e5d 100644
--- a/include/touchpad.h
+++ b/include/touchpad.h
@@ -73,6 +73,7 @@ extern "C" {
void tpInit(const TOUCHPADDriver *tp);
uint16_t tpReadX(void);
uint16_t tpReadY(void);
+void tpCalibrate(void);
#if TOUCHPAD_HAS_IRQ
uint8_t tpIRQ(void);