epaper.js icon indicating copy to clipboard operation
epaper.js copied to clipboard

Add support for Waveshare high definition, 6inch E-Ink display

Open matiaskorhonen opened this issue 4 years ago • 2 comments

I'd be interested in support for the Waveshare 1448×1072 high definition, 6inch E-Ink display: https://www.waveshare.com/6inch-hd-e-paper-hat.htm

I am a developer, but when it comes to C-programming I'm somewhat out of my comfort zone but if there's anything I can do to help out, please let me know. FWIW, I own one of these displays.

matiaskorhonen avatar Dec 26 '20 11:12 matiaskorhonen

@matiaskorhonen looks like that display uses a different hardware driver board than the displays I've integrated so far. It's certainty possible to pull in the c files and expose the functionality to node. However, it's probably a little harder for me to test without having the hardware myself, because it would be a completely new implementation.

If multiple people express interest in adding support for this display I'll consider purchasing it for development. I'm also open to borrowing or receiving displays through sponsorship.

samsonmking avatar Dec 26 '20 18:12 samsonmking

I have the same 6in HD Display, but no C coding experience. The driver board is the IT8951. https://github.com/waveshare/IT8951

Someone already tries to implement it: https://github.com/samsonmking/epaper.js/pull/87 I do not know if this commit is functional.

mxzgithub avatar Jan 18 '23 16:01 mxzgithub