PixelsOut support for Waveshare 400x300, 4.2inch E-Ink display module #1438
Replies: 1 comment 1 reply
-
Welcome, Ivan, and thank you for the suggestion. I'm a big fan of ePaper displays and the Moddable SDK has extensive support for them (check out this blog post). It is surely possible to to support the Waveshare display. It looks like a really nice display - big and a couple shades of gray in addition to black and white. In my experience, we end up writing a new display driver for each E-Ink display, because the drivers are often pretty different. The Arduino driver code for this display looks reasonably straightforward, but it is 600 lines of code to understand. Do you have any experience writing video drivers? If so, I'd be happy to help guide you through bringing this one up. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using the following ESP32-WROOM based device, integrated with a Waveshare's 4.2 inch e-ink display:
I have working code using micropython, but I would love to switch to moddable SDK. Is PixelsOut API an option?
Pin-Out information below.
SPI Pins
E-paper Display Pins
Thank you very much for your time and attention.
Ivan
Beta Was this translation helpful? Give feedback.
All reactions