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

e-Paper 4.2 inch with Python not working on Raspberry Pi 3B+

Open jason19970210 opened this issue 1 year ago • 1 comments

As mentioned in subject.

I had installed dependencies, then wired up with the documentation, starting the example program. The code runs well, but nothing displayed on the screen.

The SPI interface is also enabled.

Board:           Raspberry Pi 3B+
OS:              Raspbian GNU/Linux 11 (bullseye)
Kernel:          5.15.84-v7+  armv7l
Python Version:  3.9.2
Pip Version:     20.3.4

Module: 4.2 inch e-Paper (Rev: 2.1) (400x300 pixel)
$ sudo apt install python3 python3-pip python3-pil
$ pip3 install Rasp-GPIO
$ python3 epd_4in2_test.py

Thanks for the help.

jason19970210 avatar Mar 09 '23 05:03 jason19970210

python3 epd_4in2_test.py be refitted into sudo python3 epd_4in2_test.py

shhds avatar Jul 14 '23 10:07 shhds