11 float groupX = isRight ? 65.0f : 25.0f;
13 pt.
x = groupX + (local % 2) * 10.0f;
14 pt.
y = 40.0f + (local / 2) * 10.0f;
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
void fill_solid(CRGB *targetArray, int numToFill, const CRGB &color) FL_NOEXCEPT
Fill a range of LEDs with a solid color.
void setPanelHigh(float brightness)
void setPanelLow(float brightness)
#define LEDS_PER_PANEL
EL panel hardware abstraction.
int setPwmFrequency(int pin, u32 frequency_hz)
Set PWM frequency for a pin.
void pinMode(int pin, PinMode mode)
Set pin mode (input, output, pull-up, pull-down)
void analogWrite(int pin, u16 val)
Write analog value to pin (PWM)
@ Output
Digital output (push-pull)