mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-27 15:28:11 +00:00
- All menu screens (Tools, Bot, Settings) now derive item height from display.getLineHeight() instead of hardcoded constants, preventing item overflow on 64px OLED displays - ToolsScreen caps rendered items to screen height so Char Test is visible - FullscreenMsgView word-wrap now uses display.getTextWidth() per candidate line instead of fixed char count, correctly handles variable-width and multi-byte UTF-8 glyphs; FS_CHARS_MAX increased 32→80 - CharTestScreen: fix v-arrow y-position; remove stale "→ blocks █" comments Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>