Skip to content

Commit d2143ab

Browse files
committed
feat(board): increase the RGB pclk frequency to 26MHz for ESP32_4848S040C_I_Y_3
1 parent 584dc48 commit d2143ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* feat(gt911): support set I2C address by using RST and INT pins
88
* feat(lvgl_port): set the lvgl task to run on the same core as the Arduino task by default
9+
* feat(board): increase the RGB pclk frequency to 26MHz for `ESP32_4848S040C_I_Y_3`
910

1011
### Bugfixes:
1112

src/board/jingcai/ESP32_4848S040C_I_Y_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*/
4444
#if ESP_PANEL_LCD_BUS_TYPE == ESP_PANEL_BUS_TYPE_RGB
4545

46-
#define ESP_PANEL_LCD_RGB_CLK_HZ (11 * 1000 * 1000)
46+
#define ESP_PANEL_LCD_RGB_CLK_HZ (26 * 1000 * 1000)
4747
#define ESP_PANEL_LCD_RGB_HPW (10)
4848
#define ESP_PANEL_LCD_RGB_HBP (10)
4949
#define ESP_PANEL_LCD_RGB_HFP (20)

0 commit comments

Comments
 (0)