When image is enlarged, its border line cannot be displayed normally

1.zip (3.3 MB)

After following lines added, the image border line becomes ok,

lv_obj_set_style_pad_top(img1,2,0);
lv_obj_set_style_pad_bottom(img1,2,0);
lv_obj_set_style_pad_left(img1,2,0);
lv_obj_set_style_pad_right(img1,2,0);

2 Likes

Thank for pointing this out. We will improve it in the near futurure.