mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-27 15:28:11 +00:00
- Add LemonFont.h: Adafruit GFX bitmap font converted from lemon.bdf, covering U+0020–U+017F (ASCII + Latin Extended A/B, 319/352 glyphs) - SH1106Display: custom UTF-8 renderer for size 1 text using Lemon font; size >1 falls back to default built-in font - translateUTF8ToBlocks() overridden to pass-through (no block substitution) - No RAM impact: font bitmap stored in PROGMEM (Flash) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>