diff --git a/resources/boards/pimoroni-inky-impression.png b/resources/boards/pimoroni-inky-impression.png new file mode 100644 index 0000000..d68a381 Binary files /dev/null and b/resources/boards/pimoroni-inky-impression.png differ diff --git a/resources/boards/pimoroni-inky-what.png b/resources/boards/pimoroni-inky-what.png new file mode 100644 index 0000000..cc69a37 Binary files /dev/null and b/resources/boards/pimoroni-inky-what.png differ diff --git a/src/de/translate/inkyphat.md b/src/de/translate/inkyphat.md index 056f0df..a5b3496 100644 --- a/src/de/translate/inkyphat.md +++ b/src/de/translate/inkyphat.md @@ -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 diff --git a/src/de/translate/pimoroni-inky-impression.md b/src/de/translate/pimoroni-inky-impression.md new file mode 100644 index 0000000..4231652 --- /dev/null +++ b/src/de/translate/pimoroni-inky-impression.md @@ -0,0 +1,67 @@ + +# 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! diff --git a/src/de/translate/pimoroni-inky-what.md b/src/de/translate/pimoroni-inky-what.md new file mode 100644 index 0000000..d8fdefc --- /dev/null +++ b/src/de/translate/pimoroni-inky-what.md @@ -0,0 +1,67 @@ + +# 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! \ No newline at end of file diff --git a/src/en/overlay/inkyphat.md b/src/en/overlay/inkyphat.md index 056f0df..49a1696 100644 --- a/src/en/overlay/inkyphat.md +++ b/src/en/overlay/inkyphat.md @@ -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 +``` diff --git a/src/en/overlay/pimoroni-inky-impression.md b/src/en/overlay/pimoroni-inky-impression.md new file mode 100644 index 0000000..4231652 --- /dev/null +++ b/src/en/overlay/pimoroni-inky-impression.md @@ -0,0 +1,67 @@ + +# 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! diff --git a/src/en/overlay/pimoroni-inky-what.md b/src/en/overlay/pimoroni-inky-what.md new file mode 100644 index 0000000..d8fdefc --- /dev/null +++ b/src/en/overlay/pimoroni-inky-what.md @@ -0,0 +1,67 @@ + +# 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! \ No newline at end of file diff --git a/src/es/translate/inkyphat.md b/src/es/translate/inkyphat.md index 056f0df..a5b3496 100644 --- a/src/es/translate/inkyphat.md +++ b/src/es/translate/inkyphat.md @@ -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 diff --git a/src/es/translate/pimoroni-inky-impression.md b/src/es/translate/pimoroni-inky-impression.md new file mode 100644 index 0000000..4231652 --- /dev/null +++ b/src/es/translate/pimoroni-inky-impression.md @@ -0,0 +1,67 @@ + +# 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! diff --git a/src/es/translate/pimoroni-inky-what.md b/src/es/translate/pimoroni-inky-what.md new file mode 100644 index 0000000..d8fdefc --- /dev/null +++ b/src/es/translate/pimoroni-inky-what.md @@ -0,0 +1,67 @@ + +# 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! \ No newline at end of file diff --git a/src/fr/translate/inkyphat.md b/src/fr/translate/inkyphat.md index 056f0df..a5b3496 100644 --- a/src/fr/translate/inkyphat.md +++ b/src/fr/translate/inkyphat.md @@ -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 diff --git a/src/fr/translate/pimoroni-inky-impression.md b/src/fr/translate/pimoroni-inky-impression.md new file mode 100644 index 0000000..4231652 --- /dev/null +++ b/src/fr/translate/pimoroni-inky-impression.md @@ -0,0 +1,67 @@ + +# 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! diff --git a/src/fr/translate/pimoroni-inky-what.md b/src/fr/translate/pimoroni-inky-what.md new file mode 100644 index 0000000..d8fdefc --- /dev/null +++ b/src/fr/translate/pimoroni-inky-what.md @@ -0,0 +1,67 @@ + +# 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! \ No newline at end of file diff --git a/src/it/translate/inkyphat.md b/src/it/translate/inkyphat.md index 056f0df..a5b3496 100644 --- a/src/it/translate/inkyphat.md +++ b/src/it/translate/inkyphat.md @@ -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 diff --git a/src/it/translate/pimoroni-inky-impression.md b/src/it/translate/pimoroni-inky-impression.md new file mode 100644 index 0000000..4231652 --- /dev/null +++ b/src/it/translate/pimoroni-inky-impression.md @@ -0,0 +1,67 @@ + +# 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! diff --git a/src/it/translate/pimoroni-inky-what.md b/src/it/translate/pimoroni-inky-what.md new file mode 100644 index 0000000..d8fdefc --- /dev/null +++ b/src/it/translate/pimoroni-inky-what.md @@ -0,0 +1,67 @@ + +# 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! \ No newline at end of file diff --git a/src/tr/translate/inkyphat.md b/src/tr/translate/inkyphat.md index 056f0df..a5b3496 100644 --- a/src/tr/translate/inkyphat.md +++ b/src/tr/translate/inkyphat.md @@ -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 diff --git a/src/tr/translate/pimoroni-inky-impression.md b/src/tr/translate/pimoroni-inky-impression.md new file mode 100644 index 0000000..4231652 --- /dev/null +++ b/src/tr/translate/pimoroni-inky-impression.md @@ -0,0 +1,67 @@ + +# 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! diff --git a/src/tr/translate/pimoroni-inky-what.md b/src/tr/translate/pimoroni-inky-what.md new file mode 100644 index 0000000..d8fdefc --- /dev/null +++ b/src/tr/translate/pimoroni-inky-what.md @@ -0,0 +1,67 @@ + +# 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! \ No newline at end of file