lv_txt_unicode_to_utf8() function
Convert a Unicode letter to UTF-8.
Syntax
static uint32_t lv_txt_unicode_to_utf8(uint32_t letter_uni); Arguments
letter_uni
a Unicode letter
Return value
UTF-8 coded character in Little Endian to be compatible with C chars (e.g. 'Á', 'Ű')