mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 15:00:58 +00:00
feat(core): decrease t3w1 backlight pwm frequency
[no changelog]
This commit is contained in:
parent
6944eb1874
commit
b8a1d85c8b
@ -22,7 +22,7 @@
|
|||||||
#define DISPLAY_PWREN_PORT GPIOE
|
#define DISPLAY_PWREN_PORT GPIOE
|
||||||
#define DISPLAY_PWREN_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
|
#define DISPLAY_PWREN_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
|
||||||
|
|
||||||
#define BACKLIGHT_PWM_FREQ 1000
|
#define BACKLIGHT_PWM_FREQ 200
|
||||||
#define BACKLIGHT_PWM_TIM TIM17
|
#define BACKLIGHT_PWM_TIM TIM17
|
||||||
#define BACKLIGHT_PWM_TIM_CLK_EN __HAL_RCC_TIM17_CLK_ENABLE
|
#define BACKLIGHT_PWM_TIM_CLK_EN __HAL_RCC_TIM17_CLK_ENABLE
|
||||||
#define BACKLIGHT_PWM_TIM_CLK_DIS __HAL_RCC_TIM17_CLK_DISABLE
|
#define BACKLIGHT_PWM_TIM_CLK_DIS __HAL_RCC_TIM17_CLK_DISABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user