Home
last modified time | relevance | path

Searched refs:LV_INV_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.5.0/src/hal/
Dlv_hal_disp.h30 #ifndef LV_INV_BUF_SIZE
31 #define LV_INV_BUF_SIZE 32 /*Buffer size for invalid areas*/ macro
187 lv_area_t inv_areas[LV_INV_BUF_SIZE];
188 uint8_t inv_area_joined[LV_INV_BUF_SIZE];
/lvgl-3.5.0/docs/porting/
Ddisplay.md65 `disp->inv_areas[LV_INV_BUF_SIZE]` contains the invalidated areas
66 `disp->inv_area_joined[LV_INV_BUF_SIZE]` if 1 that area was joined into another one and should be i…
/lvgl-3.5.0/src/core/
Dlv_refr.c251 if(disp->inv_p < LV_INV_BUF_SIZE) { in _lv_inv_area()