loboris / ESP32_ePaper_example

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

Hi! #2

Closed DavidEnds closed 6 years ago

DavidEnds commented 7 years ago

It is compatible with the arduino IDE?

kc1r74p commented 7 years ago

Well basically it should work. It depends if you want to use the Arduino SPI Library then you need to replace the SPI stuff currently in here. Also the other librarys used might need adjustments or you get rid of them.

Currently also porting this to Arduino with PlatformIO, cause this is by far the best API for EPD that i´ve seen yet. Awesome work loboris!

mattncsu commented 7 years ago

@AtomDrug keep us posted, would love to see an Arduino port!

kc1r74p commented 7 years ago

@mattncsu here you go: https://github.com/AtomDrug/ESP32_ePaper_example it is not perfect but works quite well so far.

mattncsu commented 7 years ago

@AtomDrug Thanks for posting, can't wait to try it out on an ESP8266 based project I'm working on now!