aboutsummaryrefslogtreecommitdiffstats
path: root/include/touchscreen_lld.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-10 17:04:20 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-10 17:04:20 +0100
commit5f903622616a2f1686f3124bf56dd69479fd9454 (patch)
tree631fca189b82e1aab6d669534c846003ecd0575e /include/touchscreen_lld.h
parent8231e9738c20bd676943638830fedeb71ca1195d (diff)
downloaduGFX-5f903622616a2f1686f3124bf56dd69479fd9454.tar.gz
uGFX-5f903622616a2f1686f3124bf56dd69479fd9454.tar.bz2
uGFX-5f903622616a2f1686f3124bf56dd69479fd9454.zip
touchscreen fixes
Diffstat (limited to 'include/touchscreen_lld.h')
-rw-r--r--include/touchscreen_lld.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/touchscreen_lld.h b/include/touchscreen_lld.h
index ab035ae3..3053b0e5 100644
--- a/include/touchscreen_lld.h
+++ b/include/touchscreen_lld.h
@@ -49,14 +49,6 @@
#define TOUCHSCREEN_XY_INVERTED FALSE
#endif
-#ifndef TOUCHSCREEN_STORE_CALIBRATION
- #define TOUCHSCREEN_STORE_CALIBRATION FALSE
-#endif
-
-#ifndef TOUCHSCREEN_VERIFY_CALIBRATION
- #define TOUCHSCREEN_VERIFY_CALIBRATION FALSE
-#endif
-
#ifndef TOUCHSCREEN_HAS_IRQ
#define TOUCHSCREEN_HAS_IRQ FALSE
#endif