Files
aoostar-rs/crates/asterctl-lcd/README.md
T
Markus Zehnder d98cd89c48 refactor: project structure (#9)
Split up project into multiple crates and use a Cargo workspace.
2025-08-28 09:03:30 +02:00

776 B
Raw Blame History

AOOSTAR WTR MAX / GEM12+ PRO UART Screen Protocol

Reverse engineered AOOSTAR WTR MAX UART display protocol, written in Rust.
This project should also support the GEM12+ PRO device.

Display Information

  • Resolution: 960 × 376
  • Manufacturer: Synwit
  • Connected over USB UART with a proprietary serial communication protocol:
    • USB device ID: 416:90A1 (as shown by lsusb)
    • Linux device (example on Debian): /dev/ttyACM0
    • 1,500,000 baud, 8N1 (likely ignored; actual USB transfer speed is much higher)