Shortly after Teensy 4.x came out I wrote this article describing a way you could use FastLED with the code in OctoWS2811_imxrt.cpp which let you use your comfortable FastLED pixel manipulation, fast color math, etc. etc. etc. while outputting in parallel to WS2811 strips in parallel using DMA from any pin of the Teensy 4.x.
Since then I have not noticed a lot of changes either in FastLED or in the OctoWS2811 library, but my technique still seems to work.
I was about to go update and refresh that article, but I wasn't sure if maybe in the last couple of years while I wasn't paying attention something has changed in FastLED making it no longer necessary to use my technique?
Since then I have not noticed a lot of changes either in FastLED or in the OctoWS2811 library, but my technique still seems to work.
I was about to go update and refresh that article, but I wasn't sure if maybe in the last couple of years while I wasn't paying attention something has changed in FastLED making it no longer necessary to use my technique?