waveshareteam / e-Paper

1.28k stars 589 forks source link

python test crashes rasberry pi zero w running raspbian lite #99

Open ethugbaby opened 3 years ago

ethugbaby commented 3 years ago
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 load nothing happens on the epaper screen and then the device crashes and reboots the raspberry pi 0 w

missionfloyd commented 3 years ago

The HAT doesn't work right with the Pi 0. You have to use the cable.

They know about the problem and say they may fix it in the future.

ghost commented 3 years ago

@ethugbaby you can take a look at #92 .

Kreshnik commented 3 years ago

The HAT doesn't work right with the Pi 0. You have to use the cable.

They know about the problem and say they may fix it in the future.

The cable doesn’t work either

missionfloyd commented 3 years ago

Are you connecting VCC to 3.3V? Connecting it to 5V is what makes it crash.

Kreshnik commented 3 years ago

I've recently received the 7.5 inch display, tried it with Raspberry Pi 4/zero, I can't get it even to work. I noticed that my display doesn't look the same as everybody's else's, I think I received a different display.... Screen image

missionfloyd commented 3 years ago

That's the 880x528 black/white/red panel. Have you tried epd_7in5b_HD_test.py?

Kreshnik commented 3 years ago

That's the 880x528 black/white/red panel. Have you tried epd_7in5b_HD_test.py?

Yes, it worked also I had the interface wrongly attached. Thank you @missionfloyd