Open DmitryMyadzelets opened 11 months ago
Any plans on updating this library to work with V2? Would be great to have!
Please use official driver https://www.waveshare.com/wiki/1.54inch_e-Paper_Module_Manual#Working_With_Arduino
If you modify this lib for v2, creating a pull request is welcome.
How to reproduce
Arduino/epd1in54_V2
directory in the Arduino IDE. Upload it to the Arduino Uno/Nano with EPD connected, with default pins configuration. Make sure it works.examples/EPD1in54ShowRunningTime
directory of this library. Upload it, with default pins configurations. Open the console monitor (ensure the speed is 115200 ) and check for messages.What's expected The project from
examples/EPD1in54ShowRunningTime
should paint something on EPD. It doesn't. If EPD init fails a correspondent message should appear in the console. It doesn't.