8000
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 833a7f5 commit ad3fb24Copy full SHA for ad3fb24
configs/defconfig.esp32p4
@@ -24,3 +24,7 @@ CONFIG_ESP_REV_MIN_FULL=0
24
CONFIG_ESP32P4_REV_MAX_FULL=99
25
CONFIG_ESP_REV_MAX_FULL=99
26
# 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
configs/defconfig.esp32s3
@@ -17,3 +17,7 @@ CONFIG_ULP_COPROC_ENABLED=y
17
CONFIG_ULP_COPROC_TYPE_FSM=y
18
# CONFIG_ULP_COPROC_TYPE_RISCV=y
19
CONFIG_ULP_COPROC_RESERVE_MEM=512
20
21
22
23
0 commit comments