microdotphat.md final

This commit is contained in:
RogueM 2016-07-24 11:50:55 +01:00
parent 7de0538413
commit 5d652b41f7
6 changed files with 48 additions and 30 deletions

View File

@ -1,28 +0,0 @@
<!--
---
name: Micro Dot pHAT
class: board
type: display
formfactor: pHAT
image: 'microdot-phat.png'
manufacturer: Pimoroni
description: An add-on board for the Raspberry Pi
url: https://my-addon-board.com
github: https://github.com/my-addon-board-repo.com
buy: http://buy-my-addon-board.com
pincount: 40
eeprom: no
power: 3v3,5v
pin:
'3':
mode: i2c
'5':
mode: i2c
i2c:
'0x00':
name: device display name
device: chip name
-->
#Micro Dot pHAT
TBA

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -2,6 +2,9 @@
This document only logs the changes to the overlay files that are relevant for purposes of translations. See files history for further details!
July 24, 2016
- added microdot-phat.md
July 12, 2016
- added adafruit-servo-hat.md

View File

@ -7,7 +7,7 @@ formfactor: Custom
image: 'blinkt.png'
manufacturer: Pimoroni
description: Slimline board with 8 super-bright RGB LED indicators
url: https://shop.pimoroni.com/products/blinkt
url: http://blog.pimoroni.com/blinkt/
github: https://github.com/pimoroni/blinkt
buy: https://shop.pimoroni.com/products/blinkt
pincount: 40

View File

@ -0,0 +1,42 @@
<!--
---
name: Micro Dot pHAT
class: board
type: display, led
formfactor: pHAT
image: 'microdot-phat.png'
manufacturer: Pimoroni
description: An LED matrix display board for the Raspberry Pi
url: http://blog.pimoroni.com/micro-dot-phat/
github: https://github.com/pimoroni/microdot-phat
buy: https://shop.pimoroni.com/products/microdot-phat
pincount: 40
eeprom: no
power: 5v
pin:
'3':
mode: i2c
'5':
mode: i2c
i2c:
'0x63':
name: LED matrix 1-2
device: IS31FL3730
'0x62':
name: LED matrix 3-4
device: IS31FL3730
'0x61':
name: LED matrix 5-6
device: IS31FL3730
-->
#Micro Dot pHAT
An unashamedly old school LED matrix display board, with up to 30x7 pixels, using Lite-On LTP-305 matrices (or any similar matrices). Perfect for building a retro scrolling message display, a tiny 30-band spectrum analyser, or a retro clock.
The board uses three IS31FL3730 matrix driver chips, each driving two of the matrix displays. The board and supporting software was designed to use these driver chips in an efficient manner, in effect round-robin-ing them and updating them extremely quickly one after the other to drive two displays at once.
Features:
* 3x IS31FL3730 LED matrix driver chips
* Drives up to 6x LTP-305
* Up to 30x7 pixels (5x7 per matrix)

View File

@ -25,7 +25,7 @@ strings:
- buy_now: 'Buy Now'
featured:
- analog-zero
- enviro-phat
- microdot-phat
- ab-adc-pi-zero
- redbear-iot-hat
overlays:
@ -84,3 +84,4 @@ overlays:
- zero-lipo
- raspio-duino
- adafruit-servo-hat
- microdot-phat