Neopixel Effects
This crate borrows heavily from fastLED and tweaking4all.
Dimensionality
Currently only works for strips/loops. But someday the plan is to extend it.
Effects
- Breathe
- Bounce
- Collision
- Cylon
- Fire
- Meteor
- ProgressBar
- Rainbow
- RunningLights
- Timer
- Twinkle
- SnowSparkle
- Wipe
Example Usage
[]
= 0.1.0
use ;
//...
const COUNT: usize = 55;
let effect = new;
loop
References
- Palette
- fastLED