mipidsi's ST7796 model uses the ST7789 init, which skips the ST7796-specific extension-command unlock (0xF0) and Display Function Control (0xB6 = 480 driving lines) — so the panel only scanned part of the screen (image confined to a corner region + snow). After mipidsi's init, send the missing commands via Display::dcs() using the known-good values from the CircuitPython st7796_init. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| pm-kit | ||
| track-format | ||
| Containerfile | ||
| README.md | ||
| run.sh | ||
Rust port — track-format crate (Stage 1)
Pure parse/serialize codec for the track DSL, validated against the shared golden
vectors (tests/fixtures/track-format.json) — the third implementation alongside
engine.js and app.py. See docs/rust-port.md for the staged plan.
All tooling runs in a container (per the develop-in-container rule):
./rust/run.sh # cargo test — runs the conformance + idempotency suite
./rust/run.sh cargo build
./rust/run.sh bash # interactive shell in the crate