Skip to content

Commit 85a808f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lvgl_panel_st7796_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void st7796_lv_flush(lv_display_t *display, const lv_area_t *area, uint8_t *px_m
2121
// Hardware rotation is supported - use optimized helper function
2222
esp_lcd_panel_handle_t panel_handle = display->user_data;
2323
smartdisplay_dma_flush_with_byteswap(display, area, px_map, panel_handle, "ST7796 SPI");
24-
};
24+
}
2525

2626
lv_display_t *lvgl_lcd_init(uint32_t hor_res, uint32_t ver_res)
2727
{

0 commit comments

Comments
 (0)