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

◆ colorBars()

void colorBars ( )
Examples
AnalogOutput.ino.

Definition at line 46 of file AnalogOutput.ino.

47{
52}
void showAnalogRGB(const CRGB &rgb)
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
Definition delay.h:98
@ Green
<div style='background:#008000;width:4em;height:4em;'></div>
Definition crgb.h:558
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Definition crgb.h:622
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
Definition crgb.h:512
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:510

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

Referenced by setup().

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