olikraus / U8g2_for_Adafruit_GFX

Add U8g2 fonts to any Adafruit GFX based graphics library.
Other
103 stars 32 forks source link

Where can I find the enableUTF8Print() command? #45

Open semibank opened 9 months ago

semibank commented 9 months 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.

olikraus commented 9 months ago

enableUTF8Print() is not required, it is enabled by default.