Skip to content

Commit ad3fb24

Browse files
authored
fix(lcd): Enable optimizations for RGB LCD (#273)
1 parent 833a7f5 commit ad3fb24

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: configs/defconfig.esp32p4

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ CONFIG_ESP_REV_MIN_FULL=0
2424
CONFIG_ESP32P4_REV_MAX_FULL=99
2525
CONFIG_ESP_REV_MAX_FULL=99
2626
# end of Chip revision
27+
28+
# RGB Display Optimizations
29+
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
30+
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y

Diff for: configs/defconfig.esp32s3

+4
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ CONFIG_ULP_COPROC_ENABLED=y
1717
CONFIG_ULP_COPROC_TYPE_FSM=y
1818
# CONFIG_ULP_COPROC_TYPE_RISCV=y
1919
CONFIG_ULP_COPROC_RESERVE_MEM=512
20+
21+
# RGB Display Optimizations
22+
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
23+
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y

0 commit comments

Comments
 (0)