1

I was given this SPI e-ink / e-paper display from HelTec and am trying to make it work with RPi.

HelTec E-Paper display HelTec E-Paper display

Apparently there’s a driver for Arduino but I would very much prefer to connect it directly to RPi and program it in Python.

Does anyone know of a driver / library that supports this display?

Thanks!

MLu
  • 149
  • 7

1 Answers1

1

I've found a working driver on https://github.com/waveshare/e-Paper — the file epd_2in13d_test.py works for my display in B&W. Now I just have to figure out how to draw the colour.

Waveshare logo

MLu
  • 149
  • 7