utf-8: lv_label full support, lv_ta in pwd_mode still not working

This commit is contained in:
Gabor Kiss-Vamosi
2017-09-22 09:52:53 +02:00
parent 8414b1de2b
commit 569edb7685
8 changed files with 91 additions and 112 deletions

View File

@@ -148,7 +148,7 @@ void lv_vfill(const area_t * cords_p, const area_t * mask_p,
* @param opa opacity of letter (0..255)
*/
void lv_vletter(const point_t * pos_p, const area_t * mask_p,
const font_t * font_p, uint8_t letter,
const font_t * font_p, uint32_t letter,
color_t color, opa_t opa)
{
if(font_p == NULL) return;