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

105 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2022-01-05 23:15:31 +08:00
<!--
---
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
buy: https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
image: 'papirus-hat.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: 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
'36':
name: SW1
mode: input
active: low
'37':
name: SW2
mode: input
active: low
'38':
name: SW3
mode: input
active: low
'40':
name: SW4
mode: input
active: low
i2c:
'0x48':
name: Temperature Sensor
device: LM75BD
'0x6F':
name: Real Time Clock
device: MCP7940N
-->
# 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.
## Features
* 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 on-board 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
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sSL https://pisupp.ly/papiruscode | sudo bash
```