samsonmking / epaper.js

Node.js library for easily creating an ePaper display on a Raspberry PI using HTML and Javascript.
MIT License
759 stars 45 forks source link

Add Support for Waveshare 10.3 #84

Open stan69b opened 1 year ago

stan69b commented 1 year ago

I forked the project to try and add support for the 10.3 waveshare screen. It uses the IIT8951 header hat and libs are available here : https://github.com/waveshare/IT8951-ePaper/tree/master/Raspberry/lib/e-Paper

I did not manage to find correspondances for some functions like init, display, sleep ... some take arguments that I don't know how to get in this context, others don't seem to exist in the lib (like display). I guess I missed some things.

Fork is available here if needed (https://github.com/stan69b/epaper.js), a folder EDP_10IN3 has been created and libs were linked but it does not compile currently. If anyone wants to try it out and fix it, that would be wonderful :)

CryoGeneSys commented 9 months ago

Any luck on this? I have the big dumb and can only code in python