Michael Miller

Results 321 comments of Michael Miller

Also, all the examples will work with RP2040 (should). This sepecific one demonstrates the longer names so you can use different PIO hardware if you need. The default method names...

https://github.com/Makuna/NeoPixelBus/releases/tag/2.8.4

thanks, it looks like on that platform stdio.h doesn't include stdint.h. I will get a fix soon.

https://github.com/Makuna/NeoPixelBus/pull/827

https://github.com/Makuna/NeoPixelBus/releases/tag/2.8.1

It should have worked. But things do change in the board and library that may affect it. I will try to take a look soon. until then, try these two...

Did you do something like this? ``` template class NeoRp2040PioMonoProgram { public: static inline uint add(PIO pio_instance) { size_t index = (pio_instance == pio0) ? 0 : 1; if (s_loadedOffset[index]...

https://github.com/Makuna/NeoPixelBus/pull/873

https://github.com/Makuna/NeoPixelBus/releases/tag/2.8.4

https://www.artleds.com/images/Specs/UCS2904-Datasheet.pdf The data sheet doesn't call out what order or the timing for the protocol. Since you are running them fine they are more than likely fully WS2812x compatible. Are...