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

◆ showPixels()

template<fl::u8 DATA_PIN, fl::u8 CLOCK_PIN, EOrder RGB_ORDER = RGB, fl::u32 SPI_SPEED = DATA_RATE_MHZ(6), fl::FiveBitGammaCorrectionMode GAMMA_CORRECTION_MODE = fl::FiveBitGammaCorrectionMode::kFiveBitGammaCorrectionMode_Null, fl::u32 START_FRAME = 0x00000000, fl::u32 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 93 of file apa102.h.

93 {
94 switch (GAMMA_CORRECTION_MODE) {
97 break;
98 }
101 break;
102 }
103 }
104 }
void showPixelsGammaBitShift(PixelController< RGB_ORDER > &pixels)
Definition apa102.h:174
void showPixelsDefault(PixelController< RGB_ORDER > &pixels)
Definition apa102.h:154
APA102 controller class.
Definition apa102.h:38

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

+ Here is the call graph for this function: