aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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.