Hi, I'm just clarifying that I really can use ANY combination of pins on a Teensy 4.1 for use in the OctoWS2811 library.
For example:
const int numPins = 20;
byte pinList[numPins] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19};
I do have an application that may...