elementzonline / epaper-rpi

This is a library driven by 52Pi E-ink, which can drive 2.13 inch electronic paper and other sizes of electronic paper. Currently, only 2.13 inch screen support is provided.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epaper

This is a library driven by 52Pi E-ink, which can drive 2.13 inch electronic paper and other sizes of electronic paper.

  • Currently, only 2.13 inch screen support is provided.
  • [] 2.13 Inch E-Ink

How to use it

  • Snap the 2.13 inch epaper hat board into the Raspberry Pi GPIO
  • OS Requirement: Raspberry Pi OS
  • Enable SPI interface via sudo raspi-config tool.
  • Install Pillow, spidev, RPi.GPIO libraries.
  • Download demo code by:
cd ~
git clone https://github.com/geeekpi/epaper.git
cd epaper/
python3 eink2.13_demo.py

And the display will flash red, black, white and finally a picture.

About

This is a library driven by 52Pi E-ink, which can drive 2.13 inch electronic paper and other sizes of electronic paper. Currently, only 2.13 inch screen support is provided.

License:GNU General Public License v3.0


Languages

Language:C 67.6%Language:Python 31.5%Language:Makefile 0.9%