work in progress with new anti aliasing

This commit is contained in:
Gabor Kiss-Vamosi
2018-02-15 10:12:28 +01:00
parent 133bfe161c
commit 2237ebd46e
13 changed files with 965 additions and 513 deletions

View File

@@ -128,7 +128,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 << LV_ANTIALIAS]; /*Used by 'sw_color_fill'*/
static lv_color_t color_array_tmp[LV_HOR_RES]; /*Used by 'lv_disp_mem_blend'*/
static lv_coord_t last_width = -1;
lv_coord_t w = lv_area_get_width(&vdb_rel_a);