mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
LV_VDB_TRUE_DOUBLE_BUFFERED: improvements
This commit is contained in:
parent
31d18a21b2
commit
83cadc8abe
@ -215,6 +215,7 @@ static void lv_refr_task(void * param)
|
||||
uint8_t * buf_act = (uint8_t *) vdb_act->buf;
|
||||
uint8_t * buf_inv = (uint8_t *) vdb_ina->buf;
|
||||
|
||||
while(lv_vdb_is_flushing());
|
||||
|
||||
uint16_t a;
|
||||
for(a = 0; a < inv_buf_p; a++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user