image upscale added as lv_img attribute

This commit is contained in:
Kiss-Vamosi Gabor
2017-01-09 08:50:38 +01:00
parent b5feee60be
commit 9a1b8d0712
8 changed files with 239 additions and 148 deletions

View File

@@ -36,7 +36,7 @@ void lv_vletter(const point_t * pos_p, const area_t * mask_p,
color_t color, opa_t opa);
void lv_vmap(const area_t * cords_p, const area_t * mask_p,
const color_t * map_p, opa_t opa, bool transp,
const color_t * map_p, opa_t opa, bool transp, bool upscale,
color_t recolor, opa_t recolor_opa);