MCPcopy Create free account
hub / github.com/FastLED/FastLED / setup

Function setup

examples/HSVTest/HSVTest.h:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32UIGroup hsvControls("HSV Controls", hueSlider, saturationSlider, valueSlider, autoHue);
33
34void setup() {
35 //FastLED.addLeds<WS2812B, DATA_PIN, GRB>(leds, NUM_LEDS);
36 // fl::ScreenMap screenMap(NUM_LEDS);
37
38 FastLED.addLeds<APA102HD, PIN_DATA, PIN_CLOCK, BGR>(leds, NUM_LEDS)
39 .setCorrection(TypicalLEDStrip);
40}
41
42void loop() {
43

Callers

nothing calls this directly

Calls 1

setCorrectionMethod · 0.45

Tested by

no test coverage detected