518 {
520 static_assert(CHIP::IS_VALID, "Unsupported chipset");
521 typedef typename CHIP::template CONTROLLER_CLASS_WITH_ORDER<RGB_ORDER>::ControllerType ControllerTypeWithOrder;
522 static ControllerTypeWithOrder c;
523 return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
524 }
static CLEDController & addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.