Michael Miller

Results 321 comments of Michael Miller

@egnor and @softhack007 I will leave this around; it is related to moving to the next core API. Currently, I have no implementation for the next API yet, it is...

Working Branch for RMT fixes: https://github.com/Makuna/NeoPixelBus/tree/CORE3

> > Working Branch for RMT fixes: https://github.com/Makuna/NeoPixelBus/tree/CORE3 > > would you mind sharing some plans for that branch @Makuna ? Thank you! What details are you looking for? Last...

Try the "NeoWs2805Method". These ARM chips are painful to support. Its bitbang model (no hardware support) and the uC speed variances can affect the output. I would have to put...

In your compiler output, look for one of these... __MK20DX128__, __MK20DX256__, __MK64FX512__, or __MK66FX1M0__ The LC will have __MKL26Z64__

NeoRgbw64Feature is for any chip that has 16bits per element with R,G,B, and a W channel. This will not work with a WS2812 as it is only 8 bits per...

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

The example was not updated after changes for RP2040 name convention was moved to the modern pattern. Try these (copy and paste into the sketch to replace the definitions). ```...