draft for Four Letter pHAT

This commit is contained in:
RogueM 2017-03-17 22:31:35 +00:00
parent 45fb882286
commit d9ffac46b4
2 changed files with 51 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -0,0 +1,51 @@
<!--
---
name: Four Letter pHAT
class: board
type: display
formfactor: pHAT
manufacturer: Pimoroni
description: A four 14-segment displays for the Raspberry Pi
url: https://shop.pimoroni.com/products/four-letter-phat
github: https://github.com/pimoroni/fourletter-phat
buy: https://shop.pimoroni.com/products/four-letter-phat
image: 'fourletter-phat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
i2c:
'0x70':
name: Matrix Driver
device: HT16K33
-->
# Four Letter pHAT
Four Letter pHAT is a four 14-segment display that can be used to display text, numbers, and a host of other characters. Its Matrices are a retro-style green, similar to old digital alarm clock and are driven by the HT16K33 chip over I2C.
Features:
* Four 14-segment displays
* HT16K33 driver chip
* Compatible with Raspberry Pi A+/B+, 2, 3 and Zero/Zero W
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/fourletterphat | bash
```