Skip to content

Commit d524438

Browse files
authored
Disable CONFIG_LCD_RGB_RESTART_IN_VSYNC option
1 parent cf96b17 commit d524438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/defconfig.esp32s3

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ CONFIG_BOOTLOADER_FLASH_DC_AWARE=y
2222

2323
#
2424
# 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!
2526
#
26-
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
27+
# CONFIG_LCD_RGB_RESTART_IN_VSYNC is not set
2728

2829
#
2930
# Bluetooth

0 commit comments

Comments
 (0)