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

@@ -30,7 +30,7 @@ void lv_rletter(const point_t * pos_p, const area_t * mask_p,
const font_t * font_p, uint8_t letter,
color_t color, opa_t opa);
void lv_rmap(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);
/**********************
* MACROS