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

◆ bytes()

template<int DATA_PIN, EOrder RGB_ORDER, fl::UCS7604Mode MODE, typename CHIPSET_TIMING, template< int, typename, EOrder > class CLOCKLESS_CONTROLLER>
fl::span< const u8 > fl::UCS7604ControllerT< DATA_PIN, RGB_ORDER, MODE, CHIPSET_TIMING, CLOCKLESS_CONTROLLER >::bytes ( ) const
inlineprotected

Definition at line 129 of file ucs7604.h.

129 {
130 return mByteBuffer;
131 }
fl::vector_psram< u8 > mByteBuffer
Definition ucs7604.h:107