fix(assets): add missing strides (#6790)

This commit is contained in:
Liam
2024-09-04 06:59:36 -04:00
committed by GitHub
parent f4d52cd9ae
commit 7c020e06fb
7 changed files with 7 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ const lv_image_dsc_t img_star = {
.header.magic = LV_IMAGE_HEADER_MAGIC,
.header.w = 30,
.header.h = 29,
.header.stride = 120,
.data_size = 870 * 4,
.data = img_star_map,
};