Skip to content

Commit 6f0cb83

Browse files
committed
Update Axs15231bDisplay.cpp
1 parent 6a56472 commit 6f0cb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Drivers/Axs15231b/Source/Axs15231bDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ lvgl_port_display_cfg_t Axs15231bDisplay::getLvglPortDisplayConfig(esp_lcd_panel
136136
.panel_handle = panelHandle,
137137
.control_handle = nullptr,
138138
.buffer_size = configuration->bufferSize,
139-
.double_buffer = true,
139+
.double_buffer = false,
140140
.trans_size = ((configuration->horizontalResolution) * 16 / 2),
141141
.hres = configuration->horizontalResolution,
142142
.vres = configuration->verticalResolution,

0 commit comments

Comments
 (0)