loboris / ESP32_ePaper_example

Full featured ePaper library for ESP32 with demo application
217 stars 38 forks source link

ESP8266 #1

Closed mattncsu closed 6 years ago

mattncsu commented 7 years ago

Very cool library with a lot of impressive features! I'm looking forward to trying it on the ESP32 I just received. In the meantime, I'm working on a project interfacing an ESP8266 with the same Waveshare 2.9" EPD. Do you know of a similar library that would work with the 8266 or could this one be ported in the future?

kc1r74p commented 6 years ago

It should work with any controller which has SPI. Depending on the controller it will be neccessary to configure the SPI properly.

mattncsu commented 6 years ago

Thanks! I'll give it a go. I wasn't sure if there were ESP32 specific items in the code.