Searched refs:LV_INV_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #ifndef LV_INV_BUF_SIZE29 #define LV_INV_BUF_SIZE 32 /**< Buffer size for invalid areas */ macro103 lv_area_t inv_areas[LV_INV_BUF_SIZE];104 uint8_t inv_area_joined[LV_INV_BUF_SIZE];
325 if(disp->inv_p >= LV_INV_BUF_SIZE) { /*If no place for the area add the screen*/ in lv_inv_area()