pimoroni / unicorn-hat

Python library for Unicorn pHAT and HAT. 32 or 64 blinding ws2812 pixels for your Raspberry Pi
https://shop.pimoroni.com/products/unicorn-hat
MIT License
370 stars 131 forks source link

Update README.md #116

Closed jsjrobotics closed 6 years ago

jsjrobotics commented 6 years ago

On latest Raspbian, had to run scons not scons build to compile

Gadgetoid commented 6 years ago

Thank you! Although if you're using the Unicorn HAT with C, you might as well skip right to the upstream version of rpi_ws281x here: https://github.com/jgarff/rpi_ws281x

Edit: Looks like the C example clones and builds an old build from our up-to-date fork of that repository. I should probably update it.