awawa-dev / HyperSerialPico

High-speed Adalight USB serial LED driver implementation for Raspberry Pi Pico RP2040. Support for sk6812/ws2812b/apa102 and others using Rpi multi-core, DMA, PIO, SPI and parallel output.
MIT License
50 stars 83 forks source link

Fix SPI pinout #4

Closed awawa-dev closed 1 year ago

awawa-dev commented 1 year ago

Default SPI pinout changed. Add new option to select rp2040 SPI interface (spi0 or spi1) in the build configuration. Possible SPI pinouts clarified: hardware SPI is only available for selected pins depending on the SPI interface.