PaPiRus Zero overlay

This commit is contained in:
RogueM 2016-11-25 02:57:47 +00:00
parent c98abe689d
commit f205ad2250
20 changed files with 570 additions and 195 deletions

View File

@ -1,98 +0,0 @@
<!--
---
name: PaPiRus HAT
class: board
type: display
formfactor: HAT
manufacturer: Pi Supply
description: PaPiRus is an ePaper / eInk screen HAT module for the Raspberry Pi.
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
schematic:
buy: https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
image: 'pisupply-papirus.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'12':
name: ePaper PWM
'13':
name: RTC
'16':
name: Panel On
'18':
name: Reset COG (Chip On Glass)
'19':
mode: spi
'21':
mode: spi
'22':
name: Busy COG (Chip On Glass)
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'27':
mode: i2c
'28':
mode: i2c
'36':
name: Button 1
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 3
mode: input
active: low
'40':
name: Button 4
mode: input
active: low
-->
#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
```

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -91,3 +91,4 @@ overlays:
- pantilt-hat
- papirus-hat
- automation-phat
- papirus-zero

View File

@ -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!

View File

@ -1,91 +1,93 @@
<!--
---
name: PaPiRus Zero
class: board
type: display
formfactor: pHAT
manufacturer: Pi Supply
description: PaPiRus Zero is an ePaper / eInk screen pHAT module for the Pi Zero.
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
schematic:
buy: https://www.pi-supply.com/product/papirus-zero-epaper-screen-phat-pi-zero/
image: 'pisupply-papirus-zero.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'16':
name: Panel On
'18':
name: Reset COG (Chip On Glass)
'19':
mode: spi
'21':
mode: spi
'22':
name: Busy COG (Chip On Glass)
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'35':
name: Button 3
mode: input
active: low
'36':
name: Button 4
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 1
mode: input
active: low
'40':
name: Button 5
mode: input
active: low
-->
#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
```
<!--
---
name: PaPiRus Zero
class: board
type: display
formfactor: pHAT
manufacturer: Pi Supply
description: PaPiRus Zero is an ePaper / eInk screen pHAT module for the Pi Zero
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
buy: https://www.pi-supply.com/product/papirus-zero-epaper-screen-phat-pi-zero/
image: 'papirus-zero.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'16':
name: Panel On
'18':
name: Chip On Glass Reset
'19':
mode: spi
'21':
mode: spi
'22':
name: Chip On Glass Busy
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'35':
name: Button 3
mode: input
active: low
'36':
name: Button 4
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 1
mode: input
active: low
'40':
name: Button 5
mode: input
active: low
-->
#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!

View File

@ -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!

View File

@ -0,0 +1,93 @@
<!--
---
name: PaPiRus Zero
class: board
type: display
formfactor: pHAT
manufacturer: Pi Supply
description: PaPiRus Zero is an ePaper / eInk screen pHAT module for the Pi Zero
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
buy: https://www.pi-supply.com/product/papirus-zero-epaper-screen-phat-pi-zero/
image: 'papirus-zero.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'16':
name: Panel On
'18':
name: Chip On Glass Reset
'19':
mode: spi
'21':
mode: spi
'22':
name: Chip On Glass Busy
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'35':
name: Button 3
mode: input
active: low
'36':
name: Button 4
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 1
mode: input
active: low
'40':
name: Button 5
mode: input
active: low
-->
#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!

View File

@ -91,3 +91,4 @@ overlays:
- pantilt-hat
- papirus-hat
- automation-phat
- papirus-zero

View File

@ -91,3 +91,4 @@ overlays:
- pantilt-hat
- papirus-hat
- automation-phat
- papirus-zero

View File

@ -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!

View File

@ -0,0 +1,93 @@
<!--
---
name: PaPiRus Zero
class: board
type: display
formfactor: pHAT
manufacturer: Pi Supply
description: PaPiRus Zero is an ePaper / eInk screen pHAT module for the Pi Zero
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
buy: https://www.pi-supply.com/product/papirus-zero-epaper-screen-phat-pi-zero/
image: 'papirus-zero.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'16':
name: Panel On
'18':
name: Chip On Glass Reset
'19':
mode: spi
'21':
mode: spi
'22':
name: Chip On Glass Busy
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'35':
name: Button 3
mode: input
active: low
'36':
name: Button 4
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 1
mode: input
active: low
'40':
name: Button 5
mode: input
active: low
-->
#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!

View File

@ -91,3 +91,4 @@ overlays:
- pantilt-hat
- papirus-hat
- automation-phat
- papirus-zero

View File

@ -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!

View File

@ -0,0 +1,93 @@
<!--
---
name: PaPiRus Zero
class: board
type: display
formfactor: pHAT
manufacturer: Pi Supply
description: PaPiRus Zero is an ePaper / eInk screen pHAT module for the Pi Zero
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
buy: https://www.pi-supply.com/product/papirus-zero-epaper-screen-phat-pi-zero/
image: 'papirus-zero.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'16':
name: Panel On
'18':
name: Chip On Glass Reset
'19':
mode: spi
'21':
mode: spi
'22':
name: Chip On Glass Busy
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'35':
name: Button 3
mode: input
active: low
'36':
name: Button 4
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 1
mode: input
active: low
'40':
name: Button 5
mode: input
active: low
-->
#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!

View File

@ -91,3 +91,4 @@ overlays:
- pantilt-hat
- papirus-hat
- automation-phat
- papirus-zero

View File

@ -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!

View File

@ -0,0 +1,93 @@
<!--
---
name: PaPiRus Zero
class: board
type: display
formfactor: pHAT
manufacturer: Pi Supply
description: PaPiRus Zero is an ePaper / eInk screen pHAT module for the Pi Zero
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
buy: https://www.pi-supply.com/product/papirus-zero-epaper-screen-phat-pi-zero/
image: 'papirus-zero.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'16':
name: Panel On
'18':
name: Chip On Glass Reset
'19':
mode: spi
'21':
mode: spi
'22':
name: Chip On Glass Busy
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'35':
name: Button 3
mode: input
active: low
'36':
name: Button 4
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 1
mode: input
active: low
'40':
name: Button 5
mode: input
active: low
-->
#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!

View File

@ -91,3 +91,4 @@ overlays:
- pantilt-hat
- papirus-hat
- automation-phat
- papirus-zero

View File

@ -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!

View File

@ -0,0 +1,93 @@
<!--
---
name: PaPiRus Zero
class: board
type: display
formfactor: pHAT
manufacturer: Pi Supply
description: PaPiRus Zero is an ePaper / eInk screen pHAT module for the Pi Zero
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
buy: https://www.pi-supply.com/product/papirus-zero-epaper-screen-phat-pi-zero/
image: 'papirus-zero.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'16':
name: Panel On
'18':
name: Chip On Glass Reset
'19':
mode: spi
'21':
mode: spi
'22':
name: Chip On Glass Busy
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'35':
name: Button 3
mode: input
active: low
'36':
name: Button 4
mode: input
active: low
'37':
name: Button 2
mode: input
active: low
'38':
name: Button 1
mode: input
active: low
'40':
name: Button 5
mode: input
active: low
-->
#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!