blinkt 0.7.1

Interface for the Pimoroni Blinkt!, and any similar APA102 or SK9822 LED strips or boards, on a Raspberry Pi.
Documentation
1
2
3
4
5
6
7
# Examples

`random.rs` - Sets each pixel on a Blinkt! board to a random RGB value in a loop.

`solid.rs` - Swaps all pixels on a Blinkt! board between red, green and blue in a loop.

`solid_signals.rs` - Swaps all pixels on a Blinkt! board between red, green and blue in a loop, while handling any incoming `SIGINT` (<kbd>Ctrl</kbd> + <kbd>C</kbd>) and `SIGTERM` signals so the pixels can be cleared before the application exits.