aboutsummaryrefslogtreecommitdiffstats
path: root/include/touchscreen.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.h
parent8231e9738c20bd676943638830fedeb71ca1195d (diff)
downloaduGFX-5f903622616a2f1686f3124bf56dd69479fd9454.tar.gz
uGFX-5f903622616a2f1686f3124bf56dd69479fd9454.tar.bz2
uGFX-5f903622616a2f1686f3124bf56dd69479fd9454.zip
touchscreen fixes
Diffstat (limited to 'include/touchscreen.h')
-rw-r--r--include/touchscreen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/touchscreen.h b/include/touchscreen.h
index 65c6400f..a6673cbd 100644
--- a/include/touchscreen.h
+++ b/include/touchscreen.h
@@ -31,6 +31,14 @@
#if GFX_USE_TOUCHSCREEN || defined(__DOXYGEN__)
+#ifndef TOUCHSCREEN_STORE_CALIBRATION
+ #define TOUCHSCREEN_STORE_CALIBRATION FALSE
+#endif
+
+#ifndef TOUCHSCREEN_VERIFY_CALIBRATION
+ #define TOUCHSCREEN_VERIFY_CALIBRATION FALSE
+#endif
+
/**
* @brief specifies how many conversions are made for a readout.
*