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

Function initPanels

examples/ElPanelReactive/el_panel.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15});
16
17void initPanels() {
18 FastLED.addLeds<WS2812, 3, GRB>(leds, NUM_EL_LEDS)
19 .setScreenMap(screenMap);
20}
21
22void setPanelHigh(float brightness) {
23 uint8_t v = uint8_t(brightness * 255);

Callers

nothing calls this directly

Calls 4

setPwmFrequencyFunction · 0.85
pinModeFunction · 0.50
analogWriteFunction · 0.50
setScreenMapMethod · 0.45

Tested by

no test coverage detected