asukiaaa / EPD

A library to control WaveShare e-Paper display.
MIT License
12 stars 8 forks source link

Doesn't work on Waveshare EDP 1.54" 200x200 V2 #6

Open DmitryMyadzelets opened 11 months ago

DmitryMyadzelets commented 11 months ago

How to reproduce

  1. Download the demo code from the official page of the EPD module. Extract and open the project from 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.
  2. Open the project from 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.

TDuxis commented 7 months ago

Any plans on updating this library to work with V2? Would be great to have!

asukiaaa commented 7 months ago

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.