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

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
FlyingThunder
Posts: 8
Joined: Thu Jan 31, 2019 10:34 am

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

Post by FlyingThunder » Thu Jan 31, 2019 10:37 am

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!

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

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

Post by danielm » Fri Feb 01, 2019 11:02 am


FlyingThunder
Posts: 8
Joined: Thu Jan 31, 2019 10:34 am

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

Post by FlyingThunder » Fri Feb 01, 2019 2:17 pm

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

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

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

Post by OutoftheBOTS_ » Sat Feb 02, 2019 7:16 am

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 :)

FlyingThunder
Posts: 8
Joined: Thu Jan 31, 2019 10:34 am

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

Post by FlyingThunder » Sat Feb 02, 2019 12:25 pm

alright, thanks!

Post Reply