multi_disp: add dynamic hor/ver res

This commit is contained in:
Gabor Kiss-Vamosi
2019-02-07 19:17:10 +01:00
parent 2692100bb1
commit e2e6479fb0
17 changed files with 118 additions and 21 deletions

View File

@@ -147,7 +147,7 @@ void lv_vfill(const lv_area_t * cords_p, const lv_area_t * mask_p,
#if USE_LV_GPU
static lv_color_t color_array_tmp[LV_HOR_RES]; /*Used by 'lv_disp_mem_blend'*/
static lv_color_t color_array_tmp[LV_HOR_RES_MAX]; /*Used by 'lv_disp_mem_blend'*/
static lv_coord_t last_width = -1;
lv_coord_t w = lv_area_get_width(&vdb_rel_a);