fix(image): add data_size filed to all c-array images (#5608)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-02-07 12:13:00 +08:00
committed by GitHub
parent d697a3fc95
commit 7579b96b9b
109 changed files with 112 additions and 62 deletions

View File

@@ -188,6 +188,7 @@ const lv_image_dsc_t animimg002 = {
.header.h = 170,
.header.cf = LV_COLOR_FORMAT_ARGB8888,
.data = animimg002_map,
.data_size = sizeof(animimg002_map),
};
#endif /* LV_BUILD_EXAMPLES */