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 a9b0320 commit 0d274f1Copy full SHA for 0d274f1
configs/defconfig.esp32s3
@@ -18,10 +18,13 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
18
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
19
CONFIG_BOOTLOADER_FLASH_DC_AWARE=y
20
21
+# CONFIG_LCD_RGB_ISR_IRAM_SAFE is not set
22
+
23
#
24
# S3 Display shift fix -> https://espressif-docs.readthedocs-hosted.com/projects/esp-faq/en/latest/software-framework/peripherals/lcd.html
25
+# with latest uDisplay refactoring no need to enable!
26
-CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
27
+# CONFIG_LCD_RGB_RESTART_IN_VSYNC is not set
28
29
30
# Bluetooth
0 commit comments