Skip to content

Commit 747b6e8

Browse files
committed
enable LCD_RGB_RESTART_IN_VSYNC
this "should" turn permanent tearing into temporary tearing.
1 parent 6263f6a commit 747b6e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32s3.defaults

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@ CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
5757

5858
# end of Driver Configurations
5959

60+
#
61+
# LCD and Touch Panel
62+
#
63+
#
64+
# LCD Peripheral Configuration
65+
#
66+
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
67+
# end of LCD Peripheral Configuration
68+
69+
# end of LCD and Touch Panel
70+
6071
#
6172
# ESP System Settings
6273
#

0 commit comments

Comments
 (0)