-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some example with an epaper display? #3
Comments
I have tried with this epaper display: waveshare 200x200, 1.54inch E-Ink display https://www.waveshare.com/1.54inch-e-paper-module.htm this library https://github.com/ZinggJM/GxEPD2 and this code
without any reaction on the epaper display. |
Did you find any solution? I was trying to connect my 2.9" e-ink display without any luck. I was using the same pin mapping. The display was previously tested with ESP8266 and working |
@rmoravcik no, it never worked :/ Finally I moved to a lolin board |
I got it finally working. Pins 16 and 17 are connected to pins of ESP32 WROVER, that are in datasheet marked as NC. So, after I reconnected RST from 16 to 26 and DC from 17 to 27 is started working... |
@rmoravcik thanks for your answer, did you use Arduino IDE? In Tools > board > ... which board did you use? did you change some of the default configurations? (CPU Frequency, Flash size, etc) |
I'm trying to do an example with a waveshare paper
https://github.com/juanpabloaj/esp32_waveshare/tree/master/02_date_with_ntp
based on this tutorial
https://educ8s.tv/2-9-e-paper-display/
It works fine with esp32 nodemcu, but with mini 32 I don't get a reaction from the epaper display.
Any suggestion is welcome, thanks.
The text was updated successfully, but these errors were encountered: