diff --git a/src/en-GB/overlay/display-o-tron.md b/src/en-GB/overlay/display-o-tron.md index 236f958..b0fbac9 100644 --- a/src/en-GB/overlay/display-o-tron.md +++ b/src/en-GB/overlay/display-o-tron.md @@ -2,8 +2,21 @@ --- 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: + 'devices': + - 'i2c' + - 'spi' + 'apt': + - 'python-smbus' + - 'python3-smbus' + - 'python-dev' + - 'python3-dev' + 'python': + - 'dot3k' + 'examples': 'python/examples/' pincount: 40 pin: 3: 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 +``` 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.