void testShowChinese(u8g2_t *u8g2) { int t = 1000; u8g2_ClearBuffer(u8g2); u8g2_SetFont(&u8g2_h, u8g2_font_wqy12_t_chinese1); u8g2_SetFontDirection(&u8g2_h, 0); u8g2_DrawStr(u8g2,0,48,"abcdefGKLMN"); u8g2_DrawUTF8(u8g2,0,16,"你好世界!!!"); // u8g2_...
lua based interactive firmware for mcu like esp8266 - u8g2: include "large" fonts (#2531) · can-ngo/nodemcu-firmware@4095c40
The Arduino library U8g2 can be installed from the library manager of the Arduino IDE. U8g2 also includes U8x8 library: U8g2 Includes all graphics procedures (line/box/circle draw). Supports many fonts. (Almost) no restriction on the font height. ...
This is a repository for the support of Korean NanumGothicCoding fonts for https://github.com/olikraus/u8g2 - xyz37/U8G2_Korean_Font
Idea: Add_ fonts from https://github.com/emhuo/dark-moon-theme see also: https://emhuo.itch.io/dark-moon-aseprite-themeolikraus modified the milestone: 2.35 Sep 9, 2024 olikraus mentioned this issue Sep 9, 2024 nice fonts, but umlaut chars require optimization emhuo/dark-moon-theme...