|
Is there descrption/guide of to "build two segments facing in opposite directions" when using Adafruit ItsyBitsy RP2040? how to wire and what firmware, how to config and so on. |
Answered by
awawa-dev
Mar 13, 2026
Replies: 1 comment 2 replies
|
For multi-segment setups, it's better to use an Adafruit Feather RP2040 Scorpio, or any ESP32/RP2040 with an external level shifter. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please stay focused! Otherwise, you'll end up frustrated because it's very easy to make a mistake with HyperSPI. The real-life setup photo showing the actual wiring for Scorpio/RPi is literally on the main page under 'See how easy it is to connect Raspberry Pi Pico (rp2040) to Raspberry Pi 5 using SPI' - you can't miss it.
Scorpio supports a wide range of 5V LED data outputs from GPIO 16 to 23. Simply select your starting output pin (between 16-22) in the configuration; the next consecutive GPIO will automatically be used for the second segment once you enable the multi-segment option in the firmware.
EDIT: SPI GPIO you must also set custom SPI for Scorpio according to the manual on the m…