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

Function setPanelLow

examples/ElPanelReactive/el_panel.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void setPanelLow(float brightness) {
28 uint8_t v = uint8_t(brightness * 255);
29 fill_solid(leds + LEDS_PER_PANEL, LEDS_PER_PANEL, CRGB(v, v, v));
30}
31
32void showPanels() {
33 FastLED.show();

Callers

nothing calls this directly

Calls 3

fill_solidFunction · 0.50
CRGBClass · 0.50
analogWriteFunction · 0.50

Tested by

no test coverage detected