mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
drawTextCentered/Left/Right/Ellipsized all call translateUTF8ToBlocks before passing text to print(), which converted Cyrillic (and other Unicode) to block characters even when the Lemon font was selected. Override translateUTF8ToBlocks in GxEPDDisplay to skip conversion when _use_lemon is true — the Lemon/GFX font handles UTF-8 natively. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>