Open semibank opened 1 year ago
Referring to pagebuffer - korean in the u8g2 example.
I'm trying to use korean font u8g2.setFont(u8g2_font_unifont_t_korean2);
u8g2.enableUTF8Print(); Part of could not be processed.
Where can I find the enableUTF8Print() command? thank you
Please help me use the u8g2_font_unifont_t_korean2 font.
enableUTF8Print() is not required, it is enabled by default.
Referring to pagebuffer - korean in the u8g2 example.
I'm trying to use korean font u8g2.setFont(u8g2_font_unifont_t_korean2);
u8g2.enableUTF8Print(); Part of could not be processed.
Where can I find the enableUTF8Print() command? thank you
Please help me use the u8g2_font_unifont_t_korean2 font.