Searched refs:LV_INV_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
30 #ifndef LV_INV_BUF_SIZE31 #define LV_INV_BUF_SIZE 32 /*Buffer size for invalid areas*/ macro187 lv_area_t inv_areas[LV_INV_BUF_SIZE];188 uint8_t inv_area_joined[LV_INV_BUF_SIZE];
65 `disp->inv_areas[LV_INV_BUF_SIZE]` contains the invalidated areas66 `disp->inv_area_joined[LV_INV_BUF_SIZE]` if 1 that area was joined into another one and should be i…
251 if(disp->inv_p < LV_INV_BUF_SIZE) { in _lv_inv_area()