mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 17:47:28 +08:00
chore(image): remove explicit initialization to always_zero (#4796)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -426,7 +426,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMAGE_IMG_COGWHEEL_RGB uint8_t img_cog
|
||||
};
|
||||
|
||||
const lv_image_dsc_t img_cogwheel_rgb = {
|
||||
.header.always_zero = 0,
|
||||
.header.w = 100,
|
||||
.header.h = 100,
|
||||
.data_size = 10000 * LV_COLOR_DEPTH / 8,
|
||||
|
||||
Reference in New Issue
Block a user