mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 16:58:33 +08:00
ci(img): add reserved field to lv_img_dsc_t for backward comaptibility
This commit is contained in:
@@ -63,6 +63,9 @@ typedef struct {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t always_zero;
|
uint8_t always_zero;
|
||||||
uint8_t cf; /*Color format: See `lv_color_format_t`*/
|
uint8_t cf; /*Color format: See `lv_color_format_t`*/
|
||||||
|
uint16_t format: 16;
|
||||||
|
uint16_t user: 4;
|
||||||
|
uint16_t reserved: 4;
|
||||||
uint16_t w; /*Width of the image*/
|
uint16_t w; /*Width of the image*/
|
||||||
uint16_t h; /*Height of the image*/
|
uint16_t h; /*Height of the image*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user