mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
fix build error
This commit is contained in:
parent
6363d53fbe
commit
39f627022f
@ -183,7 +183,7 @@ void lv_disp_drv_update(lv_disp_t * disp, lv_disp_drv_t * new_drv)
|
|||||||
disp->inv_p = 0;
|
disp->inv_p = 0;
|
||||||
if(disp->act_scr != NULL) lv_obj_invalidate(disp->act_scr);
|
if(disp->act_scr != NULL) lv_obj_invalidate(disp->act_scr);
|
||||||
|
|
||||||
if(disp->driver.drv_update_cb) disp->driver.drv_update_cb(&disp->driver);
|
if(disp->driver->drv_update_cb) disp->driver->drv_update_cb(disp->driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user