2021-04-06 10:22 PM
Hi Team,
Can we control the LCD display brightness in the STM32H7B3-DK board?
Solved! Go to Solution.
2021-04-09 03: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
2021-04-09 03: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