e-Paper icon indicating copy to clipboard operation
e-Paper copied to clipboard

Results 156 e-Paper issues
Sort by recently updated
recently updated
newest added

Hi there, I recently bought an original Waveschare 2.7" e-Paper HAT [264x176, Rev2.1] and wanted to try it out using my Arduino Uno. I however had no luck using the...

Currently the library supports RaspberryPi and NVidia Jetson Nano boards. I successfully used the library on a NanoPi Neo board. This commit includes all the changes that were needed to...

This fix apparently seems to be very trivial but if the user terminates an executing Python example program with `CTRL+C` and then leaves the display at that state then power...

Hi, Recently I updated my Ppi 4 system and my 4.2 e-Paper module no longer working properly. I'm using C api to program the module. After update and start my...

Does anyone know what is with the orientation of the V2 e-papers are they upside down or what is going on. Thanks.

Hello, i´m a newbie in programming. I need same help to read and send data (temp. and Humidity) from DHT11 to the e-paper display. I can send text to the...

Hi, I have a problem with my 4.2 inch BWY display. I wrote simple function `void waitWhileBusy(){ while(digitalRead(BUSY_PIN) == 0) delay(1); }` and it's not working. When I check with...

with these changes you can sleep the device and resume communication to it at a later moment without an SPI error or restarting the python application

Why is everything based on the WaitUntilIdle method This causes hugely blocking code. Couldn't we simply add an IsBusy method that is checked before doing anything Each method could then...

Some of the EPD libraries contain an unneeded `color` argument. It does not appear to be used within the functions and makes writing code that is portable to multiple displays...