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 f165389 commit f3f9ffbCopy full SHA for f3f9ffb
configs/defconfig.esp32p4
@@ -20,6 +20,10 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
20
CONFIG_CACHE_L2_CACHE_256KB=y
21
CONFIG_CACHE_L2_CACHE_LINE_128B=y
22
23
+# RGB Display Optimizations
24
+CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
25
+CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
26
+
27
CONFIG_SLAVE_IDF_TARGET_ESP32C6=y
28
CONFIG_ESP_SDIO_BUS_WIDTH=4
29
CONFIG_ESP_SDIO_CLOCK_FREQ_KHZ=40000
0 commit comments