Hello, I hope you are doing fine :)
Recently I purchased 2 Pimoroni e-paper 7’'. I’m currently using an RPI 4B.The one is working as expected but the other one not. It is greyed out and displays the following error (when I run clear.py or image.py):
diffy@raspberrypi:~/Pimoroni/inky/examples/7color $ python3 clear.py
Detected 7-Colour 800x480 (AC073TC1A)
/usr/local/lib/python3.9/dist-packages/inky/inky_ac073tc1a.py:273: UserWarning: Busy Wait: Held high. Waiting for 1.00s
warnings.warn(“Busy Wait: Held high. Waiting for {:0.2f}s”.format(timeout))
/usr/local/lib/python3.9/dist-packages/inky/inky_ac073tc1a.py:273: UserWarning: Busy Wait: Held high. Waiting for 0.40s
warnings.warn(“Busy Wait: Held high. Waiting for {:0.2f}s”.format(timeout))
/usr/local/lib/python3.9/dist-packages/inky/inky_ac073tc1a.py:273: UserWarning: Busy Wait: Held high. Waiting for 45.00s
warnings.warn(“Busy Wait: Held high. Waiting for {:0.2f}s”.format(timeout))
Could you please tell me if it’s faulty or not? I tried clearing, setting a few different images but still didn’t have any luck.
Looking forward to hearing from you.
PS: Forgive me if i have done anything wrong. It’s my first post. :)