-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I can't get the touchdriver to run on the zero lite.
I took the image "SHPI.zero Beta Firmware ZIP (based on Raspberry Pi OS 05/2020)" from the homepage, updated it and installed the missing packages (python-smbus, evdev).
When starting the touchdriver:
sudo python /home/pi/zero_setup/touchdriver.py
I get the following error message:
Traceback (most recent call last):
File "/home/pi/zero_setup/touchdriver.py", line 145, in
bus.write_byte_data(0x5c,0x6e,0b00001110)
IOError: [Errno 121] Remote I/O error
Exception TypeError: TypeError('super() takes at least 1 argument (0 given)',) in <bound method InputDevice.del of InputDevice('/dev/input/event1')> ignored
How can I fix the problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels