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

◆ DefaultStrip()

static ScreenMap fl::ScreenMap::DefaultStrip ( int numLeds,
float cm_between_leds = 1.5f,
float cm_led_diameter = 0.2f,
float completion = .9f )
inlinestatic

Definition at line 40 of file screenmap.h.

42 {
43 return Circle(numLeds, cm_between_leds, cm_led_diameter, completion);
44 }
static ScreenMap Circle(int numLeds, float cm_between_leds=1.5f, float cm_led_diameter=0.5f, float completion=1.0f)
Definition screenmap.cpp:52

References ScreenMap(), and Circle().

Referenced by setup().

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