touch up speaker phat draft

This commit is contained in:
RogueM 2017-01-27 17:33:55 +00:00
parent 65e2ba343d
commit e2885700b7
3 changed files with 19 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,13 +1,13 @@
<!-- <!--
--- ---
name: pHAT DAC name: Speaker pHAT
class: board class: board
type: audio type: audio
formfactor: Speaker pHAT formfactor: pHAT
manufacturer: Pimoroni manufacturer: Pimoroni
description: An I2S digital speaker and VU meeter description: An I2S digital speaker and VU meter
buy: https://shop.pimoroni.com/products/speaker-phat buy: https://shop.pimoroni.com/products/speaker-phat
image: 'pimoroni-speaker-phat.png' image: 'speaker-phat.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:
@ -35,14 +35,19 @@ pin:
install: install:
'devices': 'devices':
- 'i2s' - 'i2s'
- 'i2c'
i2c:
'0x54':
name: LED driver
device: sn3218
--> -->
#Speaker pHAT #Speaker pHAT
Speaker pHAT crams an I2S DAC and mono amplifier, a tiny 8Ω 2W speaker, and a 10 LED bar graph all onto one teeny little pHAT. It's the neatest way to add audio to you Pi project, and its beautiful artwork evokes an 80s boombox! Speaker pHAT crams an I2S DAC and mono amplifier, a tiny 8Ω 2W speaker, and a 10 LED bar graph all on a board no bigger than a Pi zero.
Though designed to match the format of the Raspberry Pi Zero it is compatible with all 40-pin GPIO Raspberry Pi variants (2/B+/A+/Zero). Though designed to match the format of the Raspberry Pi Zero it is compatible with all 40-pin GPIO Raspberry Pi variants (2/3/B+/A+/Zero).
To get the pHAT DAC set up and ready to go you can use the one-line product installer: To get the Speaker pHAT set up and ready to go you can use the one-line product installer:
```bash ```bash
curl -sS https://get.pimoroni.com/speakerphat | bash curl -sS https://get.pimoroni.com/speakerphat | bash

View File

@ -23,6 +23,13 @@ pin:
mode: i2c mode: i2c
'5': '5':
mode: i2c mode: i2c
install:
'devices':
- 'i2c'
i2c:
'0x54':
name: LED driver
device: sn3218
--> -->
#PiGlow #PiGlow