aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-06-01 01:57:20 +0200
committerJoel Bodenmann <joel@unormal.org>2013-06-01 01:57:20 +0200
commite12a213ff1d02a2f56b7d21208e3a30329605bc1 (patch)
tree189302c064c44dd9c298e5cffea08f0936b6ecd0 /include
parentebc30c02bcff4ea36ac3e46b48ae413c0ed34b80 (diff)
downloaduGFX-e12a213ff1d02a2f56b7d21208e3a30329605bc1.tar.gz
uGFX-e12a213ff1d02a2f56b7d21208e3a30329605bc1.tar.bz2
uGFX-e12a213ff1d02a2f56b7d21208e3a30329605bc1.zip
doxygen fixes
Diffstat (limited to 'include')
-rw-r--r--include/tdisp/tdisp.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h
index 697f8e81..e0b485d5 100644
--- a/include/tdisp/tdisp.h
+++ b/include/tdisp/tdisp.h
@@ -212,7 +212,7 @@ void tdispScroll(uint16_t direction, uint16_t amount, uint16_t delay);
/**
* @brief Set the backlight using PWM-driver
*
- * @param[in] percent Sets the brightness of the display in %.
+ * @param[in] percentage Sets the brightness of the display in %.
* 0% = backlight is off or very low
* 100% = backlight is set to full brightness
*/
@@ -230,13 +230,6 @@ void tdispSetBacklight(uint16_t percentage);
void tdispControl(uint16_t what, uint16_t value);
/**
- * @brief Set the backlight level
- *
- * @param[in] percent A percentage from 0 to 100%. 0% will turn off the display
- */
-// #define tdispSetBacklight(percent) tdispControl(TDISP_CTRL_BACKLIGHT, (percent))
-
-/**
* @brief Set cursor move mode
*
* @param[in] mode Set if the cursor position increases or decreases everytime a character is entered.