1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

multi-disp: minor update

This commit is contained in:
Gabor Kiss-Vamosi 2019-02-03 00:47:50 +01:00
parent e1afa61128
commit 2692100bb1

View File

@ -67,6 +67,7 @@ typedef struct _disp_t {
lv_ll_t scr_ll; lv_ll_t scr_ll;
lv_obj_t * act_scr; lv_obj_t * act_scr;
lv_obj_t * top_scr; lv_obj_t * top_scr;
uint8_t orientation:2;
struct _disp_t *next; struct _disp_t *next;
} lv_disp_t; } lv_disp_t;