A Flutter app and tiny Rust API for controlling a WS2811 led light strip on a Raspberry Pi.
There's 2 parts to this project - a flutter app, and a rust server.
Requirements
- Flutter :)
- Generate code for PatternInfo model
flutter pub run build_runner build
Requirements
- Rust/Cargo
- Cross (for cross-compiling to raspberry pi because the poor device is too slow to do it alone)