Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPi 5 compatibility #812

Closed
bujna94 opened this issue Mar 14, 2024 · 2 comments
Closed

RPi 5 compatibility #812

bujna94 opened this issue Mar 14, 2024 · 2 comments

Comments

@bujna94
Copy link

bujna94 commented Mar 14, 2024

Doesn't work with RPi 5. Any chance of updating it?

Traceback (most recent call last):
  File "/home/scotty/test.py", line 62, in <module>
    pixels.show()
  File "/usr/local/lib/python3.11/dist-packages/adafruit_pixelbuf.py", line 204, in show
    return self._transmit(self._post_brightness_buffer)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/scotty/neopixel_test.py", line 180, in _transmit
    neopixel_write(self.pin, buffer)
  File "/usr/local/lib/python3.11/dist-packages/neopixel_write.py", line 42, in neopixel_write
    return _neopixel.neopixel_write(gpio, buf)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/adafruit_blinka/microcontroller/bcm283x/neopixel.py", line 66, in neopixel_write
    ws.ws2811_channel_t_gpionum_set(channel, gpio._pin.id)
TypeError: in method 'ws2811_channel_t_gpionum_set', argument 2 of type 'int'
swig/python detected a memory leak of type 'ws2811_t *', no destructor found.
@CrabbyPete
Copy link

Is there a work around for it? I have the same issue

@jepler jepler transferred this issue from adafruit/Adafruit_CircuitPython_NeoPixel Apr 14, 2024
@jepler
Copy link
Member

jepler commented Apr 14, 2024

Ah, closing as it was already reported at #747 -- please subscribe to that issue for any status updates!

@jepler jepler closed this as not planned Won't fix, can't repro, duplicate, stale Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants