chore: add stride information in the image resource file (#5653)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
This commit is contained in:
@@ -47,6 +47,7 @@ const lv_image_dsc_t img_multilang_like = {
|
||||
.header.cf = LV_COLOR_FORMAT_ARGB8888,
|
||||
.header.w = 20,
|
||||
.header.h = 17,
|
||||
.header.stride = 80,
|
||||
.data = img_multilang_like_map,
|
||||
.data_size = sizeof(img_multilang_like_map),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user