FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
23
of file
OctoWS2811.ino
.
23
{
24
Serial.begin(9600);
25
Serial.println(
"ColorWipe Using FastLED"
);
26
LEDS.addLeds<
OCTOWS2811
,
GRB
>(
leds
,
NUM_LEDS
/8);
27
LEDS.setBrightness(60);
28
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
NUM_LEDS
#define NUM_LEDS
Definition
Apa102.ino:6
OCTOWS2811
@ OCTOWS2811
Definition
FastLED.h:119
GRB
@ GRB
Green, Red, Blue (0102)
Definition
eorder.h:17
References
GRB
,
leds
,
NUM_LEDS
, and
OCTOWS2811
.
examples
OctoWS2811
OctoWS2811.ino
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2