Skip to content

Commit 36dcb21

Browse files
authored
Disable CONFIG_LCD_RGB_RESTART_IN_VSYNC option
1 parent 41920ae commit 36dcb21

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
@@ -24,8 +24,9 @@ CONFIG_BOOTLOADER_FLASH_DC_AWARE=y
2424

2525
#
2626
# S3 Display shift fix -> https://espressif-docs.readthedocs-hosted.com/projects/esp-faq/en/latest/software-framework/peripherals/lcd.html
27+
# with latest uDisplay refactoring no need to enable!
2728
#
28-
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
29+
# CONFIG_LCD_RGB_RESTART_IN_VSYNC is not set
2930

3031
#
3132
# Bluetooth

0 commit comments

Comments
 (0)