Skip to content

Commit 0d274f1

Browse files
authored
Update LCD configuration in defconfig for ESP32S3
1 parent a9b0320 commit 0d274f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configs/defconfig.esp32s3

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
1818
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
1919
CONFIG_BOOTLOADER_FLASH_DC_AWARE=y
2020

21+
# CONFIG_LCD_RGB_ISR_IRAM_SAFE is not set
22+
2123
#
2224
# 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!
2326
#
24-
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
27+
# CONFIG_LCD_RGB_RESTART_IN_VSYNC is not set
2528

2629
#
2730
# Bluetooth

0 commit comments

Comments
 (0)