skywalker-1/tui/src/skywalker_tui
Ryan Malloy 1df2be8a43 Fix I2C addresses in TUI demo and device screen
demo.py: hotplug mock used [0x08, 0x50, 0x51, 0x61], corrected to
[0x08, 0x10, 0x51] per hardware bus scan. 0x50 was never on the bus;
0x61 was speculative.

device.py: known device map had 0x60 "BCM3440 tuner" and 0x61
"ISL6421 LNB controller" — neither appears on the SkyWalker-1 I2C bus.
Replaced with 0x10 "Tuner / LNB controller" per confirmed scan.
2026-02-17 17:52:03 -07:00
..
assets Add radar scope, splash screen, Star Wars easter egg, and harden TUI 2026-02-14 09:51:58 -07:00
screens Fix I2C addresses in TUI demo and device screen 2026-02-17 17:52:03 -07:00
widgets Add Device, Stream, and Config screens to TUI (F6-F8) 2026-02-14 16:08:58 -07:00
__init__.py Add radar scope, splash screen, Star Wars easter egg, and harden TUI 2026-02-14 09:51:58 -07:00
app.py Add DiSEqC motor control, QO-100 DATV reception, and carrier survey 2026-02-15 17:01:11 -07:00
bridge.py Add I2C hot-plug detection and streaming diagnostics (firmware v3.04.0) 2026-02-15 18:24:45 -07:00
demo.py Fix I2C addresses in TUI demo and device screen 2026-02-17 17:52:03 -07:00
theme.tcss Add DiSEqC motor control, QO-100 DATV reception, and carrier survey 2026-02-15 17:01:11 -07:00