aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-10 17:37:44 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-10 17:37:44 +0100
commit37b5067de80d53cc13fce8475511857ad9c95780 (patch)
tree50db121abbd21f2c053c3228ec3209b276fff275 /src
parent5f903622616a2f1686f3124bf56dd69479fd9454 (diff)
downloaduGFX-37b5067de80d53cc13fce8475511857ad9c95780.tar.gz
uGFX-37b5067de80d53cc13fce8475511857ad9c95780.tar.bz2
uGFX-37b5067de80d53cc13fce8475511857ad9c95780.zip
small doxygen update
Diffstat (limited to 'src')
-rw-r--r--src/touchscreen.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/touchscreen.c b/src/touchscreen.c
index d7abbe30..6694b391 100644
--- a/src/touchscreen.c
+++ b/src/touchscreen.c
@@ -151,8 +151,7 @@ static void _tsDo3PointCalibration(const coord_t (*cross)[2], coord_t (*points)[
/**
* @brief Touchscreen Driver initialization.
- * @note This function is NOT currently implicitly invoked by @p halInit().
- * It must be called manually.
+ * @note Calling this function automatically invokes a tsCalibration()
*
* @param[in] ts The touchscreen driver struct
*
@@ -285,6 +284,8 @@ coord_t tsReadY(void) {
* the accuracy of the calibration coefficients obtained if the symbol
* TOUCHSCREEN_VERIFY_CALIBRATION is defined in the configuration.
*
+ * @note You don't have to call this function manually. It gets invoked by tsInit()
+ *
* @api
*/
void tsCalibrate(void) {