Display brightness control in STM32H7B3-DK Board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-06 10:22 PM
Hi Team,
Can we control the LCD display brightness in the STM32H7B3-DK board?
Solved! Go to Solution.
- Labels:
-
LCD-LTDC
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-09 3:59 AM
Hello @Mk.3​ ,
You would need to check the BSP LCD driver and example of the STM32H7B3-DK Board.
There is a BSP_LCD_SetBrightness function based on a timer PWM.
Refer to : STM32Cube_FW_H7_V1.9.0\Drivers\BSP\STM32H7B3I-DK\stm32h7b3i_discovery_lcd.c
Please mark my answer as best by clicking on the "Select as Best" button if it helped :)
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-09 3:59 AM
Hello @Mk.3​ ,
You would need to check the BSP LCD driver and example of the STM32H7B3-DK Board.
There is a BSP_LCD_SetBrightness function based on a timer PWM.
Refer to : STM32Cube_FW_H7_V1.9.0\Drivers\BSP\STM32H7B3I-DK\stm32h7b3i_discovery_lcd.c
Please mark my answer as best by clicking on the "Select as Best" button if it helped :)
Imen
Thanks
Imen
