Further modifications with styles

This commit is contained in:
Gabor
2016-06-16 10:57:03 +02:00
parent 1b263d5d8a
commit 3316a2ef25
13 changed files with 35 additions and 43 deletions

View File

@@ -111,7 +111,7 @@ void lv_rletter(const point_t * pos_p, const area_t * mask_p,
*/
void lv_rmap(const area_t * cords_p, const area_t * mask_p,
const color_t * map_p, opa_t opa, bool transp,
color_t recolor, color_t recolor_opa)
color_t recolor, opa_t recolor_opa)
{
area_t masked_a;
bool union_ok;