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 33 of file screenmap.h.

35 {
36 return Circle(numLeds, cm_between_leds, cm_led_diameter, completion);
37 }
static ScreenMap Circle(int numLeds, float cm_between_leds=1.5f, float cm_led_diameter=0.5f, float completion=1.0f)
Definition screenmap.cpp:21

References ScreenMap(), and Circle().

Referenced by setup().

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