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

◆ DefaultStrip()

ScreenMap fl::ScreenMap::DefaultStrip ( int numLeds,
float cm_between_leds = 1.5f,
float cm_led_diameter = 0.2f,
float completion = .9f )
static
Examples
BeatDetection.ino, FxCylon.ino, FxDemoReel100.ino, FxFire2012.ino, FxPacifica.ino, and FxPride2015.ino.

Definition at line 93 of file screenmap.cpp.hpp.

94 {
95 return Circle(numLeds, cm_between_leds, cm_led_diameter, completion);
96}
static ScreenMap Circle(int numLeds, float cm_between_leds=1.5f, float cm_led_diameter=0.5f, float completion=1.0f) FL_NOEXCEPT

References ScreenMap(), and Circle().

Referenced by setup().

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