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

◆ colorBars()

void colorBars ( )
Examples
AnalogOutput.ino.

Definition at line 42 of file AnalogOutput.ino.

43{
44 showAnalogRGB( CRGB::Red ); delay(500);
45 showAnalogRGB( CRGB::Green ); delay(500);
46 showAnalogRGB( CRGB::Blue ); delay(500);
47 showAnalogRGB( CRGB::Black ); delay(500);
48}
void showAnalogRGB(const CRGB &rgb)
@ Green
<div style='background:#008000;width:4em;height:4em;'></div>
Definition crgb.h:547
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
Definition crgb.h:501
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Definition crgb.h:611
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:499

References CRGB::Black, CRGB::Blue, CRGB::Green, CRGB::Red, and showAnalogRGB().

Referenced by setup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: