FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
16
of file
Esp8266Uart.ino
.
16
{
17
// Initialize UART-based LED controller
18
// Uses hardware UART for stable timing under Wi-Fi load
19
FastLED
.addLeds<fl::UARTController_ESP8266,
GRB
>(
leds
,
NUM_LEDS
);
20
FastLED
.setBrightness(50);
21
}
NUM_LEDS
#define NUM_LEDS
Definition
Animartrix.ino:79
leds
fl::CRGB leds[NUM_LEDS]
Definition
Animartrix.ino:93
FastLED
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp.hpp:75
GRB
constexpr EOrder GRB
Definition
eorder.h:19
References
FastLED
,
GRB
,
leds
, and
NUM_LEDS
.
examples
Esp8266Uart
Esp8266Uart.ino
Generated on Tue Jun 16 2026 00:07:00 for FastLED by
1.13.2