multi-disp: add unique inv_buf to each display

This commit is contained in:
Gabor Kiss-Vamosi
2019-02-12 15:38:13 +01:00
parent 8c4e4c3861
commit b15ffa3d89
13 changed files with 135 additions and 102 deletions

View File

@@ -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
*--------------------*/