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(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
254
of file
chipsets.h
.
254
{
255
mSPI
.template
writePixels<0, LPD8806_ADJUST, RGB_ORDER>
(
pixels
, &
mSPI
);
256
}
LPD8806Controller::mSPI
SPI mSPI
Definition
chipsets.h:243
LPD8806Controller
LPD8806 controller class.
Definition
chipsets.h:229
References
mSPI
.
LPD8806Controller
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2