jhelwig / unicorn-hat-hd-rs

Rust library for interacting with the Pimoroni Unicorn HAT HD
BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

Use rgb::RGB8 types from rgb crate for pixels #2

Closed tiziano88 closed 6 years ago

tiziano88 commented 6 years ago

This is the same crate I use for my https://github.com/tiziano88/mote-rs , but I am happy to consider alternatives.

jhelwig commented 6 years ago

I noticed the rgb crate recently, too. I'd been thinking about switching over to using it.