|
FastLED 3.9.15
|
| void fl::encodeAPA102 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out, | ||
| u8 | global_brightness = 31 ) |
Encode pixel data in APA102 format with global brightness.
| 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 |
| global_brightness | Global 5-bit brightness (0-31), default 31 |
Definition at line 45 of file apa102.h.
References FL_NOEXCEPT.
Referenced by fl::PixelIterator::writeAPA102().
Here is the caller graph for this function: