diff options
author | Tectu <joel@unormal.org> | 2012-06-03 17:52:02 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-03 17:52:02 +0200 |
commit | 20345ef765dbefff4ad776635419c999982457bc (patch) | |
tree | fde12912ea7ecebcad1f06b8a60fa1b59e8d7a27 /touchpad.h | |
parent | 764c2739755f584177a11cf3430ef3b4478cabd7 (diff) | |
download | uGFX-20345ef765dbefff4ad776635419c999982457bc.tar.gz uGFX-20345ef765dbefff4ad776635419c999982457bc.tar.bz2 uGFX-20345ef765dbefff4ad776635419c999982457bc.zip |
added basic calibration routine
Diffstat (limited to 'touchpad.h')
-rw-r--r-- | touchpad.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |