lv_image_dsc_t struct
Struct to describe a constant image resource. It's similar to lv_draw_buf_t, but the data is constant.
Fields
A header describing the basics of the image.
Size of the image in bytes.
Pointer to the data of the image.
A reserved field to make it has same size as lv_draw_buf_t.