mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
OLED (64 px height) couldn't fit 5 summary items plus the bottom hint row — Time/Speed lines overlapped the [Ent]/[Esc] hint. Convert Summary to a scrolling list: visible-count derived from the available area (height - listStart - hint - margin) divided by lineStep, scroll arrows "^"/"v" on the right edge when more items hide above/below. UP/DOWN scroll within Summary; LEFT/RIGHT still switch views. E-ink portrait and OLED both benefit; e-ink landscape fits all 5 items without ever showing the arrows. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>