joukos / PaperTTY

PaperTTY - Python module to render a TTY or VNC on e-ink
953 stars 104 forks source link

Add support for new Waveshare 5.65 inch 7 color e-paper display #63

Closed fpammer closed 4 years ago

fpammer commented 4 years ago

There is a new Waveshare e-paper display with 7 colors https://www.waveshare.com/product/displays/e-paper/5.65inch-e-paper-module-f.htm

The code is based on waveshare python example code they provide with the hardware. I tried to follow current drivers code style.

joukos commented 4 years ago

Thanks for the contribution! The display looks pretty funky :) Do you have one you've tested this with? Cool photos are always welcome too.

fpammer commented 4 years ago

Yep tested them with the module I got a few days ago. Refresh rate is a tiny bit shorter than the 7.5 Red/Black/White ones and no partial refresh. So it is very neat but not all that great of an experience compared to the faster refreshing grey scale modules :wink:

IMG_20200809_170939 IMG_20200809_180138 IMG_20200809_181643 IMG_20200809_182600

joukos commented 4 years ago

Neat! Even a few colors is pretty cool to have. I'll merge this, thanks for the contribution!