497 {
498
500 typedef typename CHIP::template CONTROLLER_CLASS_WITH_ORDER_AND_FREQ<RGB_ORDER, SPI_DATA_RATE>::ControllerType ControllerTypeWithFreq;
501 static_assert(CHIP::IS_VALID, "Unsupported chipset");
502 static ControllerTypeWithFreq c;
503 return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
504 }
static CLEDController & addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.