aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-03 17:52:02 +0200
committerTectu <joel@unormal.org>2012-06-03 17:52:02 +0200
commit20345ef765dbefff4ad776635419c999982457bc (patch)
treefde12912ea7ecebcad1f06b8a60fa1b59e8d7a27 /touchpad.h
parent764c2739755f584177a11cf3430ef3b4478cabd7 (diff)
downloaduGFX-20345ef765dbefff4ad776635419c999982457bc.tar.gz
uGFX-20345ef765dbefff4ad776635419c999982457bc.tar.bz2
uGFX-20345ef765dbefff4ad776635419c999982457bc.zip
added basic calibration routine
Diffstat (limited to 'touchpad.h')
-rw-r--r--touchpad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/touchpad.h b/touchpad.h
index 0dc6d7fc..88e397a8 100644
--- a/touchpad.h
+++ b/touchpad.h
@@ -10,6 +10,7 @@
void tpInit(void);
void tpWriteData(uint8_t data);
+void tpDrawCross(uint16_t x, uint16_t y);
uint16_t tpReadData(void);
uint16_t tpReadX(void);
uint16_t tpReadY(void);