pinout.vvzero.com/src/es/translate/papirus-hat.md

98 lines
2.2 KiB
Markdown
Raw Normal View History

<!--
---
2016-11-24 04:58:27 +08:00
name: PaPiRus HAT
2016-07-10 19:42:11 +08:00
class: board
2016-11-16 06:12:10 +08:00
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
buy: https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
2016-11-25 09:48:00 +08:00
image: 'papirus-hat.png'
2016-07-10 19:42:11 +08:00
pincount: 40
2016-11-25 09:48:00 +08:00
eeprom: setup
2016-09-14 09:03:45 +08:00
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
2016-11-16 06:12:10 +08:00
'8':
name: Border Control
'10':
name: Discharge
'11':
name: Temp Sens
'12':
name: ePaper PWM
'13':
name: RTC
'16':
name: Panel On
'18':
2016-11-25 09:48:00 +08:00
name: Chip On Glass Reset
2016-11-16 06:12:10 +08:00
'19':
mode: spi
'21':
mode: spi
'22':
2016-11-25 09:48:00 +08:00
name: Chip On Glass Busy
2016-11-16 06:12:10 +08:00
'23':
mode: spi
'24':
mode: spi
'26':
mode: spi
'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
-->
2016-11-25 09:48:00 +08:00
#PaPiRus HAT
The PaPiRus HAT is a versatile ePaper display for the Raspberry Pi with screens ranging from 1.44" to 2.7" 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.
2016-11-24 02:47:34 +08:00
* 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
2016-11-16 06:12:10 +08:00
To get the HAT set up and ready to go you can use the one-line product installer:
2016-11-16 06:12:10 +08:00
```bash
curl -sSL https://goo.gl/i1Imel | sudo bash
```
2016-11-25 09:48:00 +08:00
2016-11-25 10:57:47 +08:00
Before using PaPiRus, do not forget to enable the SPI and I2C interfaces!