The 5mm Adressable RGB LED (5pk) is a pack of PTH addressable RGB LEDs with a WS2812 control IC built right into the them. This PTH version is incredibly similar to its SMD cousin, except it is a lot simpler to solder into your project and is in a diffused 5mm package.
These work great. I took the easy way out to address them: #include FastLED.addLeds(leds, NUM_LEDS);
E
Evan
Awesome!
I love these little dudes! Bright, great range of colors, easy to work with. Good stuff! Hooked up to an arduino, I got the best results using the FastLED library, with the LED type set to WS2811 and the color order as RGB.