LVGL 7.4.0, The image don‘t display

s_div_line.c (3.0 KB)

LVGL 7.4.0, The picture does not show up, why??? lvgl7.3.0 is OK。

#define LV_COLOR_DEPTH 32

lv_obj_t *img1 = lv_img_create(lv_scr_act(), NULL);
lv_img_set_src(img1, &s_div_line);
lv_obj_align(img1, NULL, LV_ALIGN_CENTER, 0, 0);

Hi,

I’ve fixed it in the master branch.

Thank you :grinning: :grinning: :grinning: :grinning: