🐛 Fix wide glyph characters display (#22237)

This commit is contained in:
Cytown
2021-06-28 01:39:09 +08:00
committed by GitHub
parent f9051e5469
commit d32feb7cd5
3 changed files with 33 additions and 13 deletions

View File

@@ -172,3 +172,5 @@ inline int lcd_put_wchar(const lcd_uint_t col, const lcd_uint_t row, const wchar
lcd_moveto(col, row);
return lcd_put_wchar(c);
}
int calculateWidth(PGM_P const pstr);