From 726b8277e1f67f96b835813e845d4ba9960df2a4 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 14 Oct 2015 14:57:07 +0100 Subject: [PATCH 1/5] Added install data to explorer-hat-pro.md --- src/en-GB/overlay/explorer-hat-pro.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/en-GB/overlay/explorer-hat-pro.md b/src/en-GB/overlay/explorer-hat-pro.md index 78cca3d..b233bce 100644 --- a/src/en-GB/overlay/explorer-hat-pro.md +++ b/src/en-GB/overlay/explorer-hat-pro.md @@ -6,6 +6,15 @@ url: https://github.com/pimoroni/explorer-hat github: https://github.com/pimoroni/explorer-hat buy: http://shop.pimoroni.com/products/explorer-hat description: An all-in-one light, input, motor, touch and output add-on board. +install: + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'explorerhat' + 'examples': 'examples/' pincount: 40 i2c: '0x28': @@ -103,4 +112,4 @@ Then import it into your Python script and start tinkering: ```bash import explorerhat explorerhat.light.on() -``` \ No newline at end of file +``` From d3a4c27135dccd0d20919b3e10189299b7d5ead3 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 14 Oct 2015 15:03:35 +0100 Subject: [PATCH 2/5] Install data for display-o-tron.md --- src/en-GB/overlay/display-o-tron.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/en-GB/overlay/display-o-tron.md b/src/en-GB/overlay/display-o-tron.md index 236f958..a912a82 100644 --- a/src/en-GB/overlay/display-o-tron.md +++ b/src/en-GB/overlay/display-o-tron.md @@ -4,6 +4,18 @@ name: Display-o-Tron 3000 manufacturer: Pimoroni url: https://github.com/pimoroni/dot3k description: A 3-line character LCD with an RGB backlight and joystick +install: + 'devices': + - 'i2c' + - 'spi' + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'dot3k' + 'examples': 'examples/' pincount: 40 pin: 3: From d1eed62b6ddc7bb0d6cb87ec5446ecd227276ce6 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 14 Oct 2015 15:04:28 +0100 Subject: [PATCH 3/5] Update display-o-tron.md --- src/en-GB/overlay/display-o-tron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en-GB/overlay/display-o-tron.md b/src/en-GB/overlay/display-o-tron.md index a912a82..c137496 100644 --- a/src/en-GB/overlay/display-o-tron.md +++ b/src/en-GB/overlay/display-o-tron.md @@ -15,7 +15,7 @@ install: - 'python3-dev' 'python': - 'dot3k' - 'examples': 'examples/' + 'examples': 'python/examples/' pincount: 40 pin: 3: From b9f61bd6916f1b7d5d234f9dfd7dc7fb9b6f2ed7 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 14 Oct 2015 15:05:01 +0100 Subject: [PATCH 4/5] Update display-o-tron.md --- src/en-GB/overlay/display-o-tron.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/en-GB/overlay/display-o-tron.md b/src/en-GB/overlay/display-o-tron.md index c137496..b0fbac9 100644 --- a/src/en-GB/overlay/display-o-tron.md +++ b/src/en-GB/overlay/display-o-tron.md @@ -2,6 +2,7 @@ --- name: Display-o-Tron 3000 manufacturer: Pimoroni +github: https://github.com/pimoroni/dot3k url: https://github.com/pimoroni/dot3k description: A 3-line character LCD with an RGB backlight and joystick install: From eb26287101b8fc130eefda4ad03f5035ee76804c Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 14 Oct 2015 15:16:56 +0100 Subject: [PATCH 5/5] Update skywriter-hat.md --- src/en-GB/overlay/skywriter-hat.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/en-GB/overlay/skywriter-hat.md b/src/en-GB/overlay/skywriter-hat.md index 231ccea..f6f3e7d 100644 --- a/src/en-GB/overlay/skywriter-hat.md +++ b/src/en-GB/overlay/skywriter-hat.md @@ -6,6 +6,15 @@ url: https://github.com/pimoroni/skywriter-hat github: https://github.com/pimoroni/skywriter-hat buy: http://shop.pimoroni.com/products/skywriter-hat description: A 3D positional and gesture sensor. +install: + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'skywriter' + 'examples': 'python/examples/' pincount: 40 pin: '3': @@ -22,4 +31,4 @@ pin: Skywriter HAT senses your finger's position above it in 3 dimensions, outputting an X, Y, Z axis which you can use in your Python scripts. -It also recognises gestures, including swipes and more. \ No newline at end of file +It also recognises gestures, including swipes and more.