Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldaponte/epd2in13bc
Waveshare 2.13" e-paper display driver for Espruino
https://github.com/ldaponte/epd2in13bc
Last synced: about 23 hours ago
JSON representation
Waveshare 2.13" e-paper display driver for Espruino
- Host: GitHub
- URL: https://github.com/ldaponte/epd2in13bc
- Owner: ldaponte
- Created: 2022-11-05T04:03:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T06:44:50.000Z (about 2 years ago)
- Last Synced: 2023-11-30T07:23:05.959Z (about 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EPD2IN13BC
E-Paper Espruino Driver Port Project- Waveshare user manual: https://www.waveshare.com/w/upload/1/13/2.13inch_e-Paper_D_user_manual_en.pdf
- Waveshare driver on GitHub: https://github.com/waveshare/e-Paper/tree/master/Arduino/epd2in13bc
My goal was to get this particular revison of the Waveshare 2.13 e-paper display working on a Puck.js device with very basic functionality. Please expand functionality as needed.
This display is three color - black, white, and red but only black and white are implemented in this driver so far
Three color e-paper is very slow and you will see a lot of flashing when displayFrame() is called - this
appears to be normal. Had I known this I would have chosen the black and white display.Waveshare 2.13 inch e-paper display V2.1 to Puck.js pinouts
| Puck Pin | Display Pin |
|--------- | ----------- |
| 3V | VCC |
| GND | GND |
| D1 | DIN |
| D2 | CLK |
| D28 | CS |
| D29 | DC |
| D30 | RST |
| D31 | BUSY |