Fix Inky pHAT, add wHAT and Impression

This commit is contained in:
Phil Howard 2020-12-16 17:01:40 +00:00
parent 99b18c9145
commit 36bf593079
20 changed files with 828 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -7,7 +7,7 @@ formfactor: pHAT
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-phat
github: https://github.com/pimoroni/inky-phat
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-phat
image: 'inkyphat.png'
pincount: 40

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky Impression
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: A 7-colour e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-impression
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-impression
image: 'pimoroni-inky-impression.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky pHAT
Inky pHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky pHAT PCB and connected via a ribbon cable. The Inky pHAT is compatible with all 40-way Raspberry Pis.
To get the pHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inkyphat | bash
```
And follow the instructions!

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky wHAT
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-what
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-what
image: 'pimoroni-inky-what.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky wHAT
Inky wHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky wHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky wHAT PCB and connected via a ribbon cable. The Inky wHAT is compatible with all 40-way Raspberry Pis.
To get the wHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inky | bash
```
And follow the instructions!

View File

@ -7,7 +7,7 @@ formfactor: pHAT
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-phat
github: https://github.com/pimoroni/inky-phat
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-phat
image: 'inkyphat.png'
pincount: 40
@ -26,14 +26,14 @@ ground:
'39':
pin:
'11':
name: Chip Busy
name: Busy
mode: input
'13':
name: Chip Reset
name: Reset
mode: output
active: low
'15':
name: Chip Command
name: Data/Command
mode: output
active: high
'19':
@ -44,17 +44,30 @@ pin:
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky pHAT
Inky pHAT is a low-energy, red/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
Inky pHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky pHAT PCB and connected via a ribbon cable. The Inky pHAT is compatible with all 40-way Raspberry Pis.
To get the pHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inkyphat | bash
curl https://get.pimoroni.com/inky | bash
```
And follow the instructions!
Note: For the old first edition Inky pHAT you should use:
```bash
curl https://get.pimoroni.com/inkyphat | bash
```

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky Impression
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: A 7-colour e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-impression
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-impression
image: 'pimoroni-inky-impression.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky pHAT
Inky pHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky pHAT PCB and connected via a ribbon cable. The Inky pHAT is compatible with all 40-way Raspberry Pis.
To get the pHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inkyphat | bash
```
And follow the instructions!

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky wHAT
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-what
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-what
image: 'pimoroni-inky-what.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky wHAT
Inky wHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky wHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky wHAT PCB and connected via a ribbon cable. The Inky wHAT is compatible with all 40-way Raspberry Pis.
To get the wHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inky | bash
```
And follow the instructions!

View File

@ -7,7 +7,7 @@ formfactor: pHAT
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-phat
github: https://github.com/pimoroni/inky-phat
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-phat
image: 'inkyphat.png'
pincount: 40

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky Impression
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: A 7-colour e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-impression
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-impression
image: 'pimoroni-inky-impression.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky pHAT
Inky pHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky pHAT PCB and connected via a ribbon cable. The Inky pHAT is compatible with all 40-way Raspberry Pis.
To get the pHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inkyphat | bash
```
And follow the instructions!

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky wHAT
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-what
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-what
image: 'pimoroni-inky-what.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky wHAT
Inky wHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky wHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky wHAT PCB and connected via a ribbon cable. The Inky wHAT is compatible with all 40-way Raspberry Pis.
To get the wHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inky | bash
```
And follow the instructions!

View File

@ -7,7 +7,7 @@ formfactor: pHAT
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-phat
github: https://github.com/pimoroni/inky-phat
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-phat
image: 'inkyphat.png'
pincount: 40

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky Impression
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: A 7-colour e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-impression
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-impression
image: 'pimoroni-inky-impression.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky pHAT
Inky pHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky pHAT PCB and connected via a ribbon cable. The Inky pHAT is compatible with all 40-way Raspberry Pis.
To get the pHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inkyphat | bash
```
And follow the instructions!

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky wHAT
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-what
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-what
image: 'pimoroni-inky-what.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky wHAT
Inky wHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky wHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky wHAT PCB and connected via a ribbon cable. The Inky wHAT is compatible with all 40-way Raspberry Pis.
To get the wHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inky | bash
```
And follow the instructions!

View File

@ -7,7 +7,7 @@ formfactor: pHAT
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-phat
github: https://github.com/pimoroni/inky-phat
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-phat
image: 'inkyphat.png'
pincount: 40

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky Impression
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: A 7-colour e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-impression
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-impression
image: 'pimoroni-inky-impression.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky pHAT
Inky pHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky pHAT PCB and connected via a ribbon cable. The Inky pHAT is compatible with all 40-way Raspberry Pis.
To get the pHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inkyphat | bash
```
And follow the instructions!

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky wHAT
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-what
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-what
image: 'pimoroni-inky-what.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky wHAT
Inky wHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky wHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky wHAT PCB and connected via a ribbon cable. The Inky wHAT is compatible with all 40-way Raspberry Pis.
To get the wHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inky | bash
```
And follow the instructions!

View File

@ -7,7 +7,7 @@ formfactor: pHAT
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-phat
github: https://github.com/pimoroni/inky-phat
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-phat
image: 'inkyphat.png'
pincount: 40

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky Impression
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: A 7-colour e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-impression
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-impression
image: 'pimoroni-inky-impression.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky pHAT
Inky pHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky pHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky pHAT PCB and connected via a ribbon cable. The Inky pHAT is compatible with all 40-way Raspberry Pis.
To get the pHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inkyphat | bash
```
And follow the instructions!

View File

@ -0,0 +1,67 @@
<!--
---
name: Inky wHAT
class: board
type: display
formfactor: custom
manufacturer: Pimoroni
description: An e-paper display for your Raspberry Pi
url: https://shop.pimoroni.com/products/inky-what
github: https://github.com/pimoroni/inky
buy: https://shop.pimoroni.com/products/inky-what
image: 'pimoroni-inky-what.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'11':
name: Busy
mode: input
'13':
name: Reset
mode: output
active: low
'15':
name: Data/Command
mode: output
active: high
'19':
mode: spi
'23':
mode: spi
'24':
name: Chip Select
mode: chipselect
active: high
'3':
mode: i2c
'5':
mode: i2c
i2c:
0x50:
device: Inky ID EEPROM
-->
# Inky wHAT
Inky wHAT is a low-energy, red/black, red/black/white or yellow/black/white electronic paper display for the Raspberry Pi. Multi-colour EPD displays, like the one on Inky wHAT, use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, so they're visible under bright lights.
The unit comes fully-assembled, with the display securely stuck down to the Inky wHAT PCB and connected via a ribbon cable. The Inky wHAT is compatible with all 40-way Raspberry Pis.
To get the wHAT up and running, you can use the one-line product installer:
```bash
curl https://get.pimoroni.com/inky | bash
```
And follow the instructions!