Page 1 of 1

ESP32+ Waveshare 7,5" B/W E-Paper

Posted: Thu Jan 31, 2019 10:37 am
by FlyingThunder
Hello, i hope i am right here

I am using a LOLIN32 with a Waveshare E-Paper 7,5" B/W display and want to work with that - i have done it before through C++ via the arduino IDE, but now i want to work with micropython. Ive seen some threads and repos about drivers for other displays, but couldnt find anything for 7,5". Its very important for me, i would hate to be forced to go back to C++, i really really hope anyone here can tell me ANYTHING.

Thanks in advance!

Re: ESP32+ Waveshare 7,5" B/W E-Paper

Posted: Fri Feb 01, 2019 11:02 am
by danielm

Re: ESP32+ Waveshare 7,5" B/W E-Paper

Posted: Fri Feb 01, 2019 2:17 pm
by FlyingThunder
Awesome! Thats what i was looking for! If its not too much to ask - do you know where i can find a short tutorial on how to even install those drivers? Because i have no clue

Re: ESP32+ Waveshare 7,5" B/W E-Paper

Posted: Sat Feb 02, 2019 7:16 am
by OutoftheBOTS_
You should be able to just download the driver with extension .py and put it on the flash storage of the board your running MP on then just simply import the module :)

Re: ESP32+ Waveshare 7,5" B/W E-Paper

Posted: Sat Feb 02, 2019 12:25 pm
by FlyingThunder
alright, thanks!