multi-disp: add unique inv_buf to each display
This commit is contained in:
@@ -278,8 +278,6 @@ void lv_obj_invalidate(const lv_obj_t * obj);
|
||||
* Screen set
|
||||
*--------------*/
|
||||
|
||||
lv_disp_t * lv_scr_get_disp(lv_obj_t * scr);
|
||||
|
||||
/**
|
||||
* Load a new screen
|
||||
* @param scr pointer to a screen
|
||||
@@ -584,6 +582,11 @@ lv_obj_t * lv_layer_sys(lv_disp_t * disp);
|
||||
*/
|
||||
lv_obj_t * lv_obj_get_screen(const lv_obj_t * obj);
|
||||
|
||||
|
||||
lv_disp_t * lv_scr_get_disp(lv_obj_t * scr);
|
||||
|
||||
lv_disp_t * lv_obj_get_disp(const lv_obj_t * obj);
|
||||
|
||||
/*---------------------
|
||||
* Parent/children get
|
||||
*--------------------*/
|
||||
|
||||
Reference in New Issue
Block a user