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

◆ CorkscrewInput() [2/2]

fl::CorkscrewInput::CorkscrewInput ( float total_length,
float height,
float total_turns,
uint16_t leds,
float offset = 0,
bool invertMapping = false )
inline

Definition at line 59 of file corkscrew.h.

62 : totalLength(total_length), totalHeight(height),
64 invert(invertMapping) {}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)
float offsetCircumference
Definition corkscrew.h:55

References invert, leds, numLeds, offset(), offsetCircumference, totalHeight, totalLength, and totalTurns.

+ Here is the call graph for this function: