From f205ad22503ddbe4639e79a662426616cb81cdef Mon Sep 17 00:00:00 2001 From: RogueM Date: Fri, 25 Nov 2016 02:57:47 +0000 Subject: [PATCH] PaPiRus Zero overlay --- draft/overlay/PaPiRus.md | 98 ---------- .../boards/papirus-zero.png | Bin src/de/settings.yaml | 1 + src/de/translate/papirus-hat.md | 2 +- .../de/translate/papirus-zero.md | 184 +++++++++--------- src/en/overlay/papirus-hat.md | 2 +- src/en/overlay/papirus-zero.md | 93 +++++++++ src/en/settings.yaml | 1 + src/es/settings.yaml | 1 + src/es/translate/papirus-hat.md | 2 +- src/es/translate/papirus-zero.md | 93 +++++++++ src/fr/settings.yaml | 1 + src/fr/translate/papirus-hat.md | 2 +- src/fr/translate/papirus-zero.md | 93 +++++++++ src/it/settings.yaml | 1 + src/it/translate/papirus-hat.md | 2 +- src/it/translate/papirus-zero.md | 93 +++++++++ src/tr/settings.yaml | 1 + src/tr/translate/papirus-hat.md | 2 +- src/tr/translate/papirus-zero.md | 93 +++++++++ 20 files changed, 570 insertions(+), 195 deletions(-) delete mode 100644 draft/overlay/PaPiRus.md rename draft/boards/pisupply-papirus-zero.png => resources/boards/papirus-zero.png (100%) rename draft/overlay/PaPiRus-Zero.md => src/de/translate/papirus-zero.md (64%) create mode 100644 src/en/overlay/papirus-zero.md create mode 100644 src/es/translate/papirus-zero.md create mode 100644 src/fr/translate/papirus-zero.md create mode 100644 src/it/translate/papirus-zero.md create mode 100644 src/tr/translate/papirus-zero.md diff --git a/draft/overlay/PaPiRus.md b/draft/overlay/PaPiRus.md deleted file mode 100644 index 7511584..0000000 --- a/draft/overlay/PaPiRus.md +++ /dev/null @@ -1,98 +0,0 @@ - -#PaPiRus ePaper eInk display -* Raspberry Pi HAT compliant design -* Interchangeable screen sizes (1.44", 2.0" or 2.7") -* 32MBit Flash Memory -* Battery Backed Real Time Clock (CR2032 battery included) -* Easy plug and play operation with onboard EEPROM -* Digital temperature sensor and thermal watchdog -* GPIO breakout connector and solder pads -* Optional reset pin header (for wake on alarm with RTC) -* 4 x optional slimline switches on top - -Before using PaPiRus, do not forget to enable the SPI interface! -Also make sure to enable I2C for the RTC clock and the temperature sensor. - -To get the HAT set up and ready to go you can use the one-line product installer: - -```bash -curl -sSL https://goo.gl/i1Imel | sudo bash -``` diff --git a/draft/boards/pisupply-papirus-zero.png b/resources/boards/papirus-zero.png similarity index 100% rename from draft/boards/pisupply-papirus-zero.png rename to resources/boards/papirus-zero.png diff --git a/src/de/settings.yaml b/src/de/settings.yaml index 341e080..7c2aace 100644 --- a/src/de/settings.yaml +++ b/src/de/settings.yaml @@ -91,3 +91,4 @@ overlays: - pantilt-hat - papirus-hat - automation-phat +- papirus-zero diff --git a/src/de/translate/papirus-hat.md b/src/de/translate/papirus-hat.md index 1c6621f..8a9743d 100644 --- a/src/de/translate/papirus-hat.md +++ b/src/de/translate/papirus-hat.md @@ -94,4 +94,4 @@ To get the HAT set up and ready to go you can use the one-line product installer curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI interface! +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/draft/overlay/PaPiRus-Zero.md b/src/de/translate/papirus-zero.md similarity index 64% rename from draft/overlay/PaPiRus-Zero.md rename to src/de/translate/papirus-zero.md index 64f4165..b8c6cb4 100644 --- a/draft/overlay/PaPiRus-Zero.md +++ b/src/de/translate/papirus-zero.md @@ -1,91 +1,93 @@ - -#PaPiRus ePaper eInk display -* Raspberry Pi pHAT compliant design -* Interchangeable screen sizes (1.44" or 2.0") -* 32MBit Flash Memory -* Digital temperature sensor and thermal watchdog -* GPIO breakout solder pads -* 5 x optional slimline switches on top - -Before using PaPiRus, do not forget to enable the SPI interface! -Also make sure to enable I2C for the temperature sensor. - -To get the HAT set up and ready to go you can use the one-line product installer: - -```bash -curl -sSL https://goo.gl/i1Imel | sudo bash -``` + +#PaPiRus Zero + +The PaPiRus Zero is a versatile ePaper display for the Raspberry Pi Zero with screens ranging from 1.44" to 2.0" in size. + +Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. + +* Interchangeable screen sizes (1.44" or 2.0") +* 32MBit Flash Memory +* Digital temperature sensor and thermal watchdog +* GPIO breakout solder pads +* 5 x optional slimline switches on top + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` + +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/en/overlay/papirus-hat.md b/src/en/overlay/papirus-hat.md index 1c6621f..8a9743d 100644 --- a/src/en/overlay/papirus-hat.md +++ b/src/en/overlay/papirus-hat.md @@ -94,4 +94,4 @@ To get the HAT set up and ready to go you can use the one-line product installer curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI interface! +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/en/overlay/papirus-zero.md b/src/en/overlay/papirus-zero.md new file mode 100644 index 0000000..b8c6cb4 --- /dev/null +++ b/src/en/overlay/papirus-zero.md @@ -0,0 +1,93 @@ + +#PaPiRus Zero + +The PaPiRus Zero is a versatile ePaper display for the Raspberry Pi Zero with screens ranging from 1.44" to 2.0" in size. + +Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. + +* Interchangeable screen sizes (1.44" or 2.0") +* 32MBit Flash Memory +* Digital temperature sensor and thermal watchdog +* GPIO breakout solder pads +* 5 x optional slimline switches on top + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` + +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/en/settings.yaml b/src/en/settings.yaml index 2f2e252..a4dbdfd 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -91,3 +91,4 @@ overlays: - pantilt-hat - papirus-hat - automation-phat +- papirus-zero diff --git a/src/es/settings.yaml b/src/es/settings.yaml index deed21b..20b7fa7 100644 --- a/src/es/settings.yaml +++ b/src/es/settings.yaml @@ -91,3 +91,4 @@ overlays: - pantilt-hat - papirus-hat - automation-phat +- papirus-zero diff --git a/src/es/translate/papirus-hat.md b/src/es/translate/papirus-hat.md index 1c6621f..8a9743d 100644 --- a/src/es/translate/papirus-hat.md +++ b/src/es/translate/papirus-hat.md @@ -94,4 +94,4 @@ To get the HAT set up and ready to go you can use the one-line product installer curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI interface! +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/es/translate/papirus-zero.md b/src/es/translate/papirus-zero.md new file mode 100644 index 0000000..b8c6cb4 --- /dev/null +++ b/src/es/translate/papirus-zero.md @@ -0,0 +1,93 @@ + +#PaPiRus Zero + +The PaPiRus Zero is a versatile ePaper display for the Raspberry Pi Zero with screens ranging from 1.44" to 2.0" in size. + +Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. + +* Interchangeable screen sizes (1.44" or 2.0") +* 32MBit Flash Memory +* Digital temperature sensor and thermal watchdog +* GPIO breakout solder pads +* 5 x optional slimline switches on top + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` + +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/fr/settings.yaml b/src/fr/settings.yaml index 1fe6e8e..a08b2d8 100644 --- a/src/fr/settings.yaml +++ b/src/fr/settings.yaml @@ -91,3 +91,4 @@ overlays: - pantilt-hat - papirus-hat - automation-phat +- papirus-zero diff --git a/src/fr/translate/papirus-hat.md b/src/fr/translate/papirus-hat.md index 1c6621f..8a9743d 100644 --- a/src/fr/translate/papirus-hat.md +++ b/src/fr/translate/papirus-hat.md @@ -94,4 +94,4 @@ To get the HAT set up and ready to go you can use the one-line product installer curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI interface! +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/fr/translate/papirus-zero.md b/src/fr/translate/papirus-zero.md new file mode 100644 index 0000000..b8c6cb4 --- /dev/null +++ b/src/fr/translate/papirus-zero.md @@ -0,0 +1,93 @@ + +#PaPiRus Zero + +The PaPiRus Zero is a versatile ePaper display for the Raspberry Pi Zero with screens ranging from 1.44" to 2.0" in size. + +Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. + +* Interchangeable screen sizes (1.44" or 2.0") +* 32MBit Flash Memory +* Digital temperature sensor and thermal watchdog +* GPIO breakout solder pads +* 5 x optional slimline switches on top + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` + +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/it/settings.yaml b/src/it/settings.yaml index 9c2f6a2..0ad687a 100644 --- a/src/it/settings.yaml +++ b/src/it/settings.yaml @@ -91,3 +91,4 @@ overlays: - pantilt-hat - papirus-hat - automation-phat +- papirus-zero diff --git a/src/it/translate/papirus-hat.md b/src/it/translate/papirus-hat.md index 1c6621f..8a9743d 100644 --- a/src/it/translate/papirus-hat.md +++ b/src/it/translate/papirus-hat.md @@ -94,4 +94,4 @@ To get the HAT set up and ready to go you can use the one-line product installer curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI interface! +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/it/translate/papirus-zero.md b/src/it/translate/papirus-zero.md new file mode 100644 index 0000000..b8c6cb4 --- /dev/null +++ b/src/it/translate/papirus-zero.md @@ -0,0 +1,93 @@ + +#PaPiRus Zero + +The PaPiRus Zero is a versatile ePaper display for the Raspberry Pi Zero with screens ranging from 1.44" to 2.0" in size. + +Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. + +* Interchangeable screen sizes (1.44" or 2.0") +* 32MBit Flash Memory +* Digital temperature sensor and thermal watchdog +* GPIO breakout solder pads +* 5 x optional slimline switches on top + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` + +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/tr/settings.yaml b/src/tr/settings.yaml index 80e7244..cb59a7a 100644 --- a/src/tr/settings.yaml +++ b/src/tr/settings.yaml @@ -91,3 +91,4 @@ overlays: - pantilt-hat - papirus-hat - automation-phat +- papirus-zero diff --git a/src/tr/translate/papirus-hat.md b/src/tr/translate/papirus-hat.md index 1c6621f..8a9743d 100644 --- a/src/tr/translate/papirus-hat.md +++ b/src/tr/translate/papirus-hat.md @@ -94,4 +94,4 @@ To get the HAT set up and ready to go you can use the one-line product installer curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI interface! +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! diff --git a/src/tr/translate/papirus-zero.md b/src/tr/translate/papirus-zero.md new file mode 100644 index 0000000..b8c6cb4 --- /dev/null +++ b/src/tr/translate/papirus-zero.md @@ -0,0 +1,93 @@ + +#PaPiRus Zero + +The PaPiRus Zero is a versatile ePaper display for the Raspberry Pi Zero with screens ranging from 1.44" to 2.0" in size. + +Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. + +* Interchangeable screen sizes (1.44" or 2.0") +* 32MBit Flash Memory +* Digital temperature sensor and thermal watchdog +* GPIO breakout solder pads +* 5 x optional slimline switches on top + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` + +Before using PaPiRus, do not forget to enable the SPI and I2C interfaces!