-
Hello, I have the 4.2inch module, is there any chance we could support this?
https://github.com/waveshare/e-Paper/blob/master/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd4in2.py
-
**Is your feature request related to a problem? Please describe.**
Yes, The current driver for the Waveshare 2.7inch do not work with V2 hardware
**Describe the solution you'd like**
The vendor …
-
Hi, I have a 7.5inch e-paper display that was bought in June 2021. Running the example python code displays nothing on the screen. The c code correctly displays the example images on the screen.
…
-
```
pi@raspberrypi:~/e-Paper/RaspberryPi&JetsonNano/python/examples $ sudo python3 epd_2in13_V2_test.py
INFO:root:epd2in13_V2 Demo
INFO:root:init and Clear
```
when i run the example it starts to…
-
- [ ] #22
-
Spec https://www.waveshare.com/w/upload/6/6a/4.2inch-e-paper-specification.pdf
Link to C example https://github.com/waveshare/e-Paper/blob/master/RaspberryPi_JetsonNano/c/examples/EPD_4in2_test.c
…
-
I am running a Raspberry PI 2W with a 4.2inch Waveshare (Rev2.2)
So far, I have followed all the instructions, and triple checked my pin setup
when trying to execute
`sudo python main.py`
I ge…
-
when calling the display_4Gray function the program crashes
it also happens with the example
```
Traceback (most recent call last):
File "/home/raspberry/e-Paper/RaspberryPi_JetsonNano/python/ex…
-
`
pi@raspberrypi:/Desktop/e-Paper/RaspberryPi_JetsonNano/c $ sudo make clean
rm ./bin/*.*
rm epd
pi@raspberrypi:/Desktop/e-Paper/RaspberryPi_JetsonNano/c $ sudo make EPD=epd4in01f
gcc -g -O -ff…
-
I got an e-paper module like this: (https://www.waveshare.com/wiki/7.3inch_e-Paper_HAT_(F))
It does not explicitly define the model name. Only the words "epd7in13f" in official sample code (https:/…