feat: trippy acid-house display UI (RMC) on the OLED

Add SSD1306 UI to the Phase 1 scanner: an animated acid smiley inside
expanding psychedelic rings, an 'RMC' (Reticulum/Meshtastic/meshCore)
strobe header, and three live network rows with per-network packet counts
and RX activity blips. Scan loop made non-blocking (millis-based dwell) so
the display animates smoothly (~20fps) while the radio rotates.

Honest note in-code: the single SX1262 is time-sliced across the three
PHYs (ARCHITECTURE.md §2); the UI shows all three armed but true concurrent
RX needs added radios (Phase 2). Pins U8g2 2.36.18.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-07-01 16:02:33 +01:00
co-authored by Claude Opus 4.8
parent c3f404872e
commit 1fcb0f4c59
2 changed files with 182 additions and 99 deletions
+1
View File
@@ -16,3 +16,4 @@ build_flags =
-D ARCHY_MESSH_FW
lib_deps =
jgromes/RadioLib@7.7.1
olikraus/U8g2@2.36.18