FastLED
3.9.15
Loading...
Searching...
No Matches
◆
showPixels()
template<int DATA_PIN,
fl::u8
CLOCK_PIN,
EOrder
RGB_ORDER = RGB, fl::u32 SPI_SPEED = DATA_RATE_MHZ(12)>
virtual void
LPD8806Controller
<
DATA_PIN
,
CLOCK_PIN
,
RGB_ORDER
, SPI_SPEED >::showPixels
(
PixelController
<
RGB_ORDER
> &
pixels
)
inline
protected
virtual
Send the LED data to the strip.
Parameters
pixels
the
PixelController
object for the LED data
Definition at line
54
of file
lpd880x.h
.
54
{
55
fl::writePixelsToSPI<0, LPD8806_ADJUST, RGB_ORDER>
(
pixels
,
mSPI
, &
mSPI
);
56
}
LPD8806Controller::mSPI
SPI mSPI
Definition
lpd880x.h:43
LPD8806Controller
LPD8806 controller class.
Definition
lpd880x.h:29
References
mSPI
.
LPD8806Controller
Generated on Tue Jun 16 2026 00:07:03 for FastLED by
1.13.2