Skip to content

Commit a4a5bf7

Browse files
rzeldentCopilot
andauthored
Update src/lvgl_panel_st7789_i80.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 129e32d commit a4a5bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lvgl_panel_st7789_i80.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bool st7789_color_trans_done(esp_lcd_panel_io_handle_t panel_io, esp_lcd_panel_i
1111
// Note: When using DMA, lv_display_flush_ready() is called by DMA callbacks
1212
// This callback is only used for direct transfers (non-DMA fallback)
1313
lv_display_t *display = user_ctx;
14-
lv_display_flush_ready(display);
14+
// lv_display_flush_ready(display) is handled by DMA callbacks when DMA is enabled.
1515
return false;
1616
}
1717

0 commit comments

Comments
 (0)