FastLED 3.9.15
Loading...
Searching...
No Matches

◆ show() [1/2]

void fl::FastLEDAdapter::show ( )
overridevirtual

Send the LED data to the strip Uses the current brightness setting.

Implements fl::IFastLED.

Definition at line 43 of file adapter.cpp.hpp.

43 {
44 FastLED.show();
45}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
void show(fl::u8 scale)
Update all our controllers with the current led colors, using the passed in brightness.

References FastLED.

Referenced by ~FastLEDAdapter().

+ Here is the caller graph for this function: