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

◆ showPixels()

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER = RGB, uint32_t SPI_SPEED = DATA_RATE_MHZ(6), fl::FiveBitGammaCorrectionMode GAMMA_CORRECTION_MODE = fl::kFiveBitGammaCorrectionMode_Null, uint32_t START_FRAME = 0x00000000, uint32_t END_FRAME = 0xFF000000>
virtual void APA102Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED, GAMMA_CORRECTION_MODE, START_FRAME, END_FRAME >::showPixels ( PixelController< RGB_ORDER > & pixels)
inlineoverrideprotectedvirtual

Send the LED data to the strip.

Parameters
pixelsthe PixelController object for the LED data

Definition at line 428 of file chipsets.h.

428 {
429 switch (GAMMA_CORRECTION_MODE) {
432 break;
433 }
436 break;
437 }
438 }
439 }
void showPixelsGammaBitShift(PixelController< RGB_ORDER > &pixels)
Definition chipsets.h:504
void showPixelsDefault(PixelController< RGB_ORDER > &pixels)
Definition chipsets.h:486
APA102 controller class.
Definition chipsets.h:373

References fl::kFiveBitGammaCorrectionMode_BitShift, fl::kFiveBitGammaCorrectionMode_Null, showPixelsDefault(), and showPixelsGammaBitShift().

+ Here is the call graph for this function: