chore: add stride information in the image resource file (#5653)

Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
This commit is contained in:
_VIFEXTech
2024-02-15 11:58:18 +08:00
committed by GitHub
parent bf47753ee0
commit aad5a325d5
111 changed files with 150 additions and 11 deletions

View File

@@ -109,6 +109,7 @@ const lv_image_dsc_t img_transform_avatar_15 = {
.header.cf = LV_COLOR_FORMAT_ARGB8888,
.header.w = 80,
.header.h = 80,
.header.stride = 320,
.data = img_transform_avatar_15_map,
.data_size = sizeof(img_transform_avatar_15_map),
};