From 1bd518eb55fd0420f9f622dbf6ad8460ab609d32 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 28 Oct 2015 13:17:24 +0000 Subject: [PATCH] Added install data to unicorn-hat.md --- src/en-GB/overlay/unicorn-hat.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +```