2021-07-27 02:41 AM
Thank you for helping.
Japanese font is set in Typograpyh of NAME text of TEXT AREA of CustomListElement.
There is a CustomListElementBase touchgfx :: Unicode :: UnicodeChar textBuffer [TEXT_SIZE].
const char * = "麦�?ら";
Unicode :: snprintf (textBuffer, TEXT_SIZE, title);
Even if I display Japanese with, the characters are garbled.
What should I do?