|
FastLED 3.9.15
|
| void fl::encodeLPD8806 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode pixel data in LPD8806 format.
| InputIterator | Iterator yielding fl::array<u8, 3> (3 bytes in wire order) |
| OutputIterator | Output iterator accepting uint8_t |
| first | Iterator to first pixel |
| last | Iterator past last pixel |
| out | Output iterator for encoded bytes |
Definition at line 33 of file lpd8806.h.
References FL_NOEXCEPT, and lpd8806Encode().
Referenced by fl::PixelIterator::writeLPD8806().
Here is the call graph for this function:
Here is the caller graph for this function: