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

Method showLedsInternal

src/fl/channels/cled_controller.h:190–194  ·  view source on GitHub ↗

Write the data to the LEDs managed by this controller @param brightness the brightness of the LEDs @see show(const CRGB*, int, fl::u8)

Source from the content-addressed store, hash-verified

188 /// @param brightness the brightness of the LEDs
189 /// @see show(const CRGB*, int, fl::u8)
190 void showLedsInternal(fl::u8 brightness) FL_NOEXCEPT {
191 if (mEnabled) {
192 show(mLeds.data(), mLeds.size(), brightness);
193 }
194 }
195
196 /// @copybrief showColor(const CRGB&, int, CRGB)
197 ///

Callers 1

showMethod · 0.80

Calls 3

showFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected