Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 467 Bytes

A Flutter app and tiny Rust API for controlling a WS2811 led light strip on a Raspberry Pi.

Developing

There's 2 parts to this project - a flutter app, and a rust server.

Flutter app

Requirements

  • Flutter :)

Building

  • Generate code for PatternInfo model
flutter pub run build_runner build

Rust Server

Requirements

  • Rust/Cargo
  • Cross (for cross-compiling to raspberry pi because the poor device is too slow to do it alone)