diff --git a/src/en-GB/overlay/unicorn-hat.md b/src/en-GB/overlay/unicorn-hat.md index 1fd7d94..105b39d 100644 --- a/src/en-GB/overlay/unicorn-hat.md +++ b/src/en-GB/overlay/unicorn-hat.md @@ -6,6 +6,15 @@ url: http://shop.pimoroni.com/products/unicorn-hat buy: http://shop.pimoroni.com/products/unicorn-hat description: 64 blindingly bright RGB LEDs on a single HAT github: https://github.com/pimoroni/unicornhat +install: + 'apt': + - 'python-dev' + - 'python3-dev' + 'python' + - 'unicornhat' + 'python3' + - 'unicornhat' + 'examples': 'python/examples/' pincount: 40 pin: '12': @@ -35,4 +44,4 @@ Then import it into your Python script and start tinkering: import unicornhat unicornhat.set_pixel(0, 0, 255, 255, 255) unicornhat.show() -``` \ No newline at end of file +```