hyperpixel2r-python
hyperpixel2r-python copied to clipboard
Raspberry Pi 5 compatibility?
Hi, is this possible to use with Raspberry Pi 5? Display itself works, but what about touch? I can't make it work.
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
Thanks