Home
last modified time | relevance | path

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

/lvgl-latest/src/display/
Dlv_display_private.h28 #ifndef LV_INV_BUF_SIZE
29 #define LV_INV_BUF_SIZE 32 /**< Buffer size for invalid areas */ macro
103 lv_area_t inv_areas[LV_INV_BUF_SIZE];
104 uint8_t inv_area_joined[LV_INV_BUF_SIZE];
/lvgl-latest/src/core/
Dlv_refr.c325 if(disp->inv_p >= LV_INV_BUF_SIZE) { /*If no place for the area add the screen*/ in lv_inv_area()