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

◆ addController()

CLEDController * addController ( )

Definition at line 138 of file FestivalStick.ino.

138 {
140 return controller;
141}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
@ APA102HD
APA102 LED chipset with 5-bit gamma correction.
Definition FastLED.h:123
#define PIN_CLOCK
#define PIN_DATA
CLEDController * controller
Base definition for an LED controller.
@ BGR
Blue, Green, Red (0210)
Definition eorder.h:20

References APA102HD, BGR, controller, FastLED, leds, NUM_LEDS, PIN_CLOCK, and PIN_DATA.

Referenced by setup().

+ Here is the caller graph for this function: