https://github.com/wiless/waveshare
A golang library for eInk Paper display from waveshare ( www.waveshare.com)
https://github.com/wiless/waveshare
directory display epaper golang
Last synced: 5 months ago
JSON representation
A golang library for eInk Paper display from waveshare ( www.waveshare.com)
- Host: GitHub
- URL: https://github.com/wiless/waveshare
- Owner: wiless
- Created: 2017-11-03T10:29:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T11:55:06.000Z (over 1 year ago)
- Last Synced: 2024-12-02T12:31:43.018Z (over 1 year ago)
- Topics: directory, display, epaper, golang
- Language: Go
- Size: 5.46 MB
- Stars: 31
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# waveshare
A golang library for eInk Paper display from waveshare ( www.waveshare.com)
There are lot of [ePaper displays](https://www.waveshare.com/product/modules/oleds-lcds/e-paper.htm) available online.
# Pin Diagram
```
VCC 3.3V
GND Ground
DIN SPI MOSI pin
CLK SPI SCK pin
CS SPI chip selection, low active
DC Data/Command selection (high for data, low for command)
RST External reset, low active
BUSY Busy status output, high active
# PI3
RST_PIN = 17 // GPIO_17
DC_PIN = 25 // GPIO_25
CS_PIN = 8 // GPIO_8
BUSY_PIN = 24 // GPIO_24
```
Pin Diagram Reference
