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

◆ showPixels()

template<fl::u8 DATA_PIN, fl::u8 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 454 of file chipsets.h.

454 {
455 switch (GAMMA_CORRECTION_MODE) {
458 break;
459 }
462 break;
463 }
464 }
465 }
void showPixelsGammaBitShift(PixelController< RGB_ORDER > &pixels)
Definition chipsets.h:530
void showPixelsDefault(PixelController< RGB_ORDER > &pixels)
Definition chipsets.h:512
APA102 controller class.
Definition chipsets.h:399

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

+ Here is the call graph for this function: