aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/3rdparty/tdisp_f4_discovery/chconf.h12
-rw-r--r--demos/3rdparty/tdisp_f4_discovery/halconf.h12
-rw-r--r--drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h2
-rw-r--r--include/tdisp/tdisp.h9
4 files changed, 2 insertions, 33 deletions
diff --git a/demos/3rdparty/tdisp_f4_discovery/chconf.h b/demos/3rdparty/tdisp_f4_discovery/chconf.h
index b1f2cd62..8c706ab3 100644
--- a/demos/3rdparty/tdisp_f4_discovery/chconf.h
+++ b/demos/3rdparty/tdisp_f4_discovery/chconf.h
@@ -18,17 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * @file templates/chconf.h
- * @brief Configuration file template.
- * @details A copy of this file must be placed in each project directory, it
- * contains the application specific kernel settings.
- *
- * @addtogroup config
- * @details Kernel related settings and hooks.
- * @{
- */
-
#ifndef _CHCONF_H_
#define _CHCONF_H_
@@ -532,4 +521,3 @@
#endif /* _CHCONF_H_ */
-/** @} */
diff --git a/demos/3rdparty/tdisp_f4_discovery/halconf.h b/demos/3rdparty/tdisp_f4_discovery/halconf.h
index fc80a015..c30e285a 100644
--- a/demos/3rdparty/tdisp_f4_discovery/halconf.h
+++ b/demos/3rdparty/tdisp_f4_discovery/halconf.h
@@ -18,17 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * @file templates/halconf.h
- * @brief HAL configuration header.
- * @details HAL configuration file, this file allows to enable or disable the
- * various device drivers from your application. You may also use
- * this file in order to override the device drivers default settings.
- *
- * @addtogroup HAL_CONF
- * @{
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
@@ -339,4 +328,3 @@
#endif /* _HALCONF_H_ */
-/** @} */
diff --git a/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h b/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h
index da078541..6886830b 100644
--- a/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h
+++ b/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h
@@ -6,7 +6,7 @@
*/
/**
- * @file drivers/gdisp/HX8347D/gdisp_lld_board_embest_dmstf4bb.h
+ * @file drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h
* @brief GDISP Graphic Driver subsystem board SPI interface for the HX8347D display.
*
* @addtogroup GDISP
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.