FastLED
3.9.15
Loading...
Searching...
No Matches
el_panel.h
Go to the documentation of this file.
1
#pragma once
2
6
7
#include <FastLED.h>
8
9
#define LEDS_PER_PANEL 4
10
#define NUM_EL_LEDS (LEDS_PER_PANEL * 2)
11
12
void
initPanels
();
13
void
setPanelHigh
(
float
brightness
);
// 0.0–1.0
14
void
setPanelLow
(
float
brightness
);
// 0.0–1.0
15
void
showPanels
();
brightness
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
setPanelHigh
void setPanelHigh(float brightness)
Definition
el_panel.cpp:53
initPanels
void initPanels()
Definition
el_panel.cpp:44
showPanels
void showPanels()
Definition
el_panel.cpp:61
setPanelLow
void setPanelLow(float brightness)
Definition
el_panel.cpp:57
examples
ElPanelReactive
el_panel.h
Generated on Tue Jun 16 2026 00:06:58 for FastLED by
1.13.2