I've been working on the FastLED project. This week I got it to support WS2816 LEDs. They're pretty nifty LEDs -- they're like WS2812, but with 16 bits per color channel instead of 8, they have much greater dynamic range. From blinding all the way down to "Is it lit at all?"
Of course, with twice as many bits, it takes twice as long to refresh them. That's why I made them work with the ObjectFLED driver today (up to 42 parallel strands from a Teensy 4).