mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
add voaltile to 'disp_drv->flushing' to work with optimization
This commit is contained in:
parent
3f4c1fe91b
commit
409a998df2
@ -50,7 +50,7 @@ typedef struct
|
|||||||
void * buf_act;
|
void * buf_act;
|
||||||
uint32_t size; /*In pixel count*/
|
uint32_t size; /*In pixel count*/
|
||||||
lv_area_t area;
|
lv_area_t area;
|
||||||
uint32_t flushing :1;
|
volatile uint32_t flushing :1;
|
||||||
}lv_disp_buf_t;
|
}lv_disp_buf_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user