mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-31 16:27:03 +08:00
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:
@@ -242,6 +242,6 @@ const lv_image_dsc_t emoji_F617 = {
|
||||
.header.cf = LV_COLOR_FORMAT_NATIVE,
|
||||
.header.w = 72,
|
||||
.header.h = 72,
|
||||
.data_size = 5184 * LV_COLOR_DEPTH / 8,
|
||||
.data = emoji_F617_map,
|
||||
.data_size = sizeof(emoji_F617_map),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user