FastLED 3.9.15
Loading...
Searching...
No Matches

◆ addLeds() [1/16]

template<template< fl::u8 DATA_PIN > class CHIPSET, fl::u8 DATA_PIN>
static CLEDController & CFastLED::addLeds ( class fl::Leds & leds,
int nLedsOrOffset,
int nLedsIfOffset = 0 )
inlinestatic

Definition at line 611 of file FastLED.h.

611 {
612 CRGB* rgb = leds;
613 return addLeds<CHIPSET, DATA_PIN>(rgb, nLedsOrOffset, nLedsIfOffset);
614 }
CRGB * leds()
Get a pointer to led data for the first controller.
Definition FastLED.cpp:106
static CLEDController & addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.
Definition FastLED.cpp:110

References addLeds(), and leds().

+ Here is the call graph for this function: