We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a96890 commit 5c3b4eaCopy full SHA for 5c3b4ea
main/src/board/st7735.c
@@ -33,7 +33,7 @@ void st7735_init_board(void)
33
34
ledc_timer_config_t ledc_timer = {
35
.duty_resolution = LEDC_TIMER_8_BIT,
36
- .freq_hz = 20000,
+ .freq_hz = 40000,
37
.speed_mode = LEDC_HIGH_SPEED_MODE,
38
.timer_num = LEDC_TIMER_0,
39
.clk_cfg = LEDC_AUTO_CLK,
main/src/board/st7789.c
@@ -33,7 +33,7 @@ void st7789_init_board(void)
0 commit comments