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

◆ show()

virtual void CLEDController::show ( const struct CRGB * data,
int nLeds,
uint8_t brightness )
pure virtual

Write the passed in RGB data out to the LEDs managed by this controller.

Parameters
datathe rgb data to write out to the strip
nLedsthe number of LEDs being written out
scalethe rgb scaling to apply to each led before writing it out

Implemented in CPixelLEDController< RGB_ORDER, LANES, MASK >, CPixelLEDController< GRB, CONTROLLER::LANES_VALUE, CONTROLLER::MASK_VALUE >, CPixelLEDController< GRB, WS2812Controller800Khz< DATA_PIN, RGB >::LANES_VALUE, WS2812Controller800Khz< DATA_PIN, RGB >::MASK_VALUE >, CPixelLEDController< RGB >, and CPixelLEDController< RGB_ORDER, WS2812Controller800Khz< DATA_PIN, RGB >::LANES_VALUE, WS2812Controller800Khz< DATA_PIN, RGB >::MASK_VALUE >.

References brightness.

Referenced by showInternal(), and showLedsInternal().

+ Here is the caller graph for this function: