aboutsummaryrefslogtreecommitdiffstats
path: root/halext/include
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-09 02:31:42 +0200
committerTectu <joel@unormal.org>2012-08-09 02:31:42 +0200
commit55c8323950397d7bb6829f9fbd1a50a61d4913ce (patch)
tree501d5f44480b503d518920158b1bc6f196e2957f /halext/include
parent4c3e1847dede93bf3f1671a00e86c57c0c1387ac (diff)
downloaduGFX-55c8323950397d7bb6829f9fbd1a50a61d4913ce.tar.gz
uGFX-55c8323950397d7bb6829f9fbd1a50a61d4913ce.tar.bz2
uGFX-55c8323950397d7bb6829f9fbd1a50a61d4913ce.zip
more touchpad stuff
Diffstat (limited to 'halext/include')
-rw-r--r--halext/include/touchpad.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/halext/include/touchpad.h b/halext/include/touchpad.h
index 222411cf..21e71a97 100644
--- a/halext/include/touchpad.h
+++ b/halext/include/touchpad.h
@@ -30,6 +30,13 @@
#if HAL_USE_TOUCHPAD || defined(__DOXYGEN__)
+/**
+ * @brief specifies how many conversions are made for a readout.
+ *
+ * @note higher is more accurate, but takes more time
+ */
+#define CONVERSIONS 3
+
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/