Skip to content

Commit f3f9ffb

Browse files
authored
esp32-p4: Enable optimizations for RGB LCD
1 parent f165389 commit f3f9ffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.esp32p4

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
2020
CONFIG_CACHE_L2_CACHE_256KB=y
2121
CONFIG_CACHE_L2_CACHE_LINE_128B=y
2222

23+
# RGB Display Optimizations
24+
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
25+
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
26+
2327
CONFIG_SLAVE_IDF_TARGET_ESP32C6=y
2428
CONFIG_ESP_SDIO_BUS_WIDTH=4
2529
CONFIG_ESP_SDIO_CLOCK_FREQ_KHZ=40000

0 commit comments

Comments
 (0)