pimoroni-pico/drivers/plasma
Phil Howard a27118e446 Plasma: Add support for GPIOs >=32.
For both APA102 and WS2812 the pins used on the same PIO must be in the same range.
The GPIO base offset applies to the whole PIO and not individual state machines.

This means that for APA102 both data and clock must be in the same pin range,
ie: either 16-48 inclusive or 0-31 inclusive.
2025-04-25 17:33:52 +01:00
..
CMakeLists.txt
apa102.cpp Plasma: Add support for GPIOs >=32. 2025-04-25 17:33:52 +01:00
apa102.hpp
apa102.pio
plasma.cmake
ws2812.cpp Plasma: Add support for GPIOs >=32. 2025-04-25 17:33:52 +01:00
ws2812.hpp
ws2812.pio