hyperpixel2r-python icon indicating copy to clipboard operation
hyperpixel2r-python copied to clipboard

Raspberry Pi 5 compatibility?

Open bujna94 opened this issue 1 year ago • 0 comments

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

bujna94 avatar Oct 19 '24 21:10 bujna94