hi there, I have yet another ws2812 project that involves 21 led strips each 1.5 to 2m long. they will consist of 3 groups of 7 strips. each of the strips in a group will receive the same color and pattern info, so I can use the same pin to control them. this way I will only use one pin per 7 strips or 3 pins in total. this will also decrease memory consumption considerably. what is the best way to do this with a teensy 4 hardware wise? I could swear I saw some kind of a splitter on amazon, but I cannot find it atm. I could also use some buffers I guess, but I would prefer a 5v only solution.