aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormobyfab <mobyfab@free.fr>2012-09-07 22:57:35 +0200
committermobyfab <mobyfab@free.fr>2012-09-07 22:57:35 +0200
commit11d299114fcabb721cb995228797ae069bcf8155 (patch)
tree9913dce1b5577b8965ecb6cee68512c75d550691 /include
parent8cbb7460651add61895e7b4fc5c989f4d9bfcce2 (diff)
downloaduGFX-11d299114fcabb721cb995228797ae069bcf8155.tar.gz
uGFX-11d299114fcabb721cb995228797ae069bcf8155.tar.bz2
uGFX-11d299114fcabb721cb995228797ae069bcf8155.zip
Fixes for the touchpad API.
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);