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 584dc48 commit d2143abCopy full SHA for d2143ab
CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
* feat(gt911): support set I2C address by using RST and INT pins
8
* 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`
10
11
### Bugfixes:
12
src/board/jingcai/ESP32_4848S040C_I_Y_3.h
@@ -43,7 +43,7 @@
43
*/
44
#if ESP_PANEL_LCD_BUS_TYPE == ESP_PANEL_BUS_TYPE_RGB
45
46
- #define ESP_PANEL_LCD_RGB_CLK_HZ (11 * 1000 * 1000)
+ #define ESP_PANEL_LCD_RGB_CLK_HZ (26 * 1000 * 1000)
47
#define ESP_PANEL_LCD_RGB_HPW (10)
48
#define ESP_PANEL_LCD_RGB_HBP (10)
49
#define ESP_PANEL_LCD_RGB_HFP (20)
0 commit comments