Hi, was anyone able to install Touch Driver on Raspberry Pi 5? The display works, but I can’t make the touch work. Thanks for help
Traceback (most recent call last):
File "/home/scotty/cuteMoonclock/crypto.py", line 67, in <module>
touch = Touch(bus=11, i2c_addr=0x15, interrupt_pin=27)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/hyperpixel2r/__init__.py", line 18, in __init__
GPIO.setup(self._interrupt_pin, GPIO.IN, pull_up_down=GPIO.PUD_UP)
RuntimeError: Cannot determine SOC peripheral base address