Skip to content

touchdriver error on SHPI.zero lite #3

@ChrisPl-GH

Description

@ChrisPl-GH

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions