Validated against GeeekPi's lv_port_disp.c (vendor LVGL driver for this kit): it flushes per-dirty-rectangle windowed writes at 62.5MHz, no TE — exactly this approach. Fix blit_rect (1024-byte buffer; the 512-byte one was the black-screen bug), switch incremental updates from full-width 144-row bands to changed 40x40 tiles. Full repaints still use the proven full blit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| pm-kit | ||
| pm-ui | ||
| track-format | ||
| uisim | ||
| Containerfile | ||
| probe-flash.md | ||
| 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