From e12a213ff1d02a2f56b7d21208e3a30329605bc1 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 1 Jun 2013 01:57:20 +0200 Subject: doxygen fixes --- include/tdisp/tdisp.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include') 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 */ @@ -229,13 +229,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 * -- cgit v1.2.3