aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-07 23:57:15 +0200
committerTectu <joel@unormal.org>2012-06-07 23:57:15 +0200
commitcb3292bf36bd1f06d08a1a345cfbd9bae67e941e (patch)
treeb7960aa1d7ac3933d9af737ebc5bfaf2802d71aa /touchpad.h
parentef2d9a6a3019bb8677b8d6d8119daf8eebeabbb1 (diff)
downloaduGFX-cb3292bf36bd1f06d08a1a345cfbd9bae67e941e.tar.gz
uGFX-cb3292bf36bd1f06d08a1a345cfbd9bae67e941e.tar.bz2
uGFX-cb3292bf36bd1f06d08a1a345cfbd9bae67e941e.zip
cleanups
Diffstat (limited to 'touchpad.h')
-rw-r--r--touchpad.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/touchpad.h b/touchpad.h
index fd2826b2..c9a686c6 100644
--- a/touchpad.h
+++ b/touchpad.h
@@ -19,8 +19,6 @@ void tpInit(void);
uint8_t tpIRQ(void);
uint16_t tpReadX(void);
uint16_t tpReadY(void);
-uint16_t tpReadRealX(void);
-uint16_t tpReadRealY(void);
void tpCalibrate(void);
void tpCalibrate2(void);
void tpDrawCross(uint16_t x, uint16_t y);