I wanted to know if it would be possible to use WS2812B and WS2811 LED's in the same script together. My project consists mainly of strips and rings of WS2812B GRB LED's and i need to also have some 12mm round diffused led's which i can only find in WS2811 RGB (I would use 12mm WS2812B led's if someone knows where to find them). Would it be possible to have LED's 1-5 lets say set to use NEO_RGB and then the rest of the LED's to use NEO_GRB. Any help would be appreciated.
Connect the data pins to two separate output pins from the Arduino, run two instances of FastLED - one for each type of LED.
wvmarle:
Connect the data pins to two separate output pins from the Arduino, run two instances of FastLED - one for each type of LED.
I can see that the FastLED library has an option for combing multiple strips into one array but i do not see that option for Adafruit, any idea how i can code this using the Adafruit library?