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:
@@ -27,6 +27,7 @@ const lv_image_dsc_t img_hand = {
|
||||
.header.h = 9,
|
||||
.header.cf = LV_COLOR_FORMAT_ARGB8888,
|
||||
.data = img_hand_map,
|
||||
.data_size = sizeof(img_hand_map),
|
||||
};
|
||||
|
||||
#endif /* LV_BUILD_EXAMPLES */
|
||||
|
||||
Reference in New Issue
Block a user