unicorn-hat-hd
Rust library for interacting with the Pimoroni Unicorn HAT HD.
Documentation
The docs can be found online at docs.rs, or be built using cargo doc.
Example
Add unicorn_hat_hd to your Cargo.toml.
[]
= "0.1"
Add unicorn_hat_hd to your crate root.
extern crate unicorn_hat_hd;
Create a default UnicornHatHd, and start setting some pixels.
use UnicornHatHd;
Copyright and license
Copyright (c) 2017 Jacob Helwig. Released under the BSD license.