By the way, there’s no difference between using FastSPI. and LEDS., correct? (or FastSPI_LED I think)
They’re all aliases to the same thing. I’m going to pick one and move all the example code over to them, but wanted to make things as easy as possible to flip over.
That’s what brought this up. Was working with a buddy of mine, introducing them to FastSPI, and their first question was ‘why the discrepancy?’ …
I’m slowly working on pulling the “SPI” out of places, because it’s no longer an accurate description of the library (while it started out life focusing on high performance SPI for leds, including on-MCU pwm control, it’s shifted, quite a bit, and does a lot more).
FastLED_RR (for Road Runner, fastest runner in town)
I like the ‘LEDS’ alias, but that’s because I never liked typing a long string when I can use a shorter one. For historic purposes, you should keep the FastLED part with whatever alias …