Replies: 2 comments
-
A suggested fix by the issue reporter has resolve the blocking issue. I modified the library files located in the modular-biped directory as that is the file the virtual environment uses. Future upgrades of the library will likely revert these changes, but it works well enough to test this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Successful test added to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to support using neopixels via an SPI interface with the Raspberry Pi CM5. This is technically possible:
adafruit/Adafruit_CircuitPython_NeoPixel_SPI#25
The connections are simple, with a 5v and GND connection and the neopixel input connected to the MOSI pin GPIO10: https://pinout.xyz/pinout/pin19_gpio10/
Unfortunately the board.py software from Adafruit doesn't support the CM5 yet, see the issue below:
adafruit/Adafruit_Blinka#919
Once this is resolved I will test the solution on my CM5.
Beta Was this translation helpful? Give feedback.
All reactions