453 {
454
456 typedef typename CHIP::template CONTROLLER_CLASS_WITH_ORDER_AND_FREQ<RGB_ORDER, SPI_DATA_RATE>::ControllerType ControllerTypeWithFreq;
457 static_assert(CHIP::IS_VALID, "Unsupported chipset");
458 static ControllerTypeWithFreq c;
459 return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
460 }
static CLEDController & addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.