mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 22:42:24 +08:00
chore(ci): try to fix ci
This commit is contained in:
@@ -131,6 +131,7 @@ static void canvas_draw(const char * name, lv_color_format_t large_render_cf)
|
||||
lv_img_dsc_t img;
|
||||
img.header.w = 180;
|
||||
img.header.h = 180;
|
||||
img.header.stride = 0;
|
||||
img.header.always_zero = 0;
|
||||
img.data = canvas_buf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user