pinout.vvzero.com/src/en/overlay/piglow.md

40 lines
928 B
Markdown
Raw Normal View History

<!--
---
2016-06-25 06:26:20 +08:00
name: PiGlow
2016-01-31 19:03:17 +08:00
class: board
type: led
formfactor: Custom
manufacturer: Pimoroni
description: Simply 18 LEDs in a spiral pattern controllable in Python
url: https://github.com/pimoroni/piglow
github: https://github.com/pimoroni/piglow
buy: http://shop.pimoroni.com/products/piglow
image: 'piglow.png'
pincount: 26
eeprom: no
2016-02-06 19:12:54 +08:00
power:
'1':
'2':
'17':
ground:
'14':
pin:
'3':
mode: i2c
'5':
mode: i2c
-->
#PiGlow
The PiGlow is a small add-on board for the Raspberry Pi that provides 18 individually controllable LEDs.
The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs. Communication is done via I2C over the GPIO header with a bus address of 0x54. Each LED can be set to a PWM value of between 0 and 255.
To get the module set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/piglow | bash
```
And follow the instructions!