|
FastLED 3.9.15
|
| void fl::encodeWS2812_RGBWW | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode 5-byte pixel data in WS2812 format (issue #2558, RGBWW).
| InputIterator | Iterator yielding fl::array<u8, 5> (5 bytes in wire order: R, G, B, warm-W, cool-W after EOrder + EOrderWW placement) |
| OutputIterator | Output iterator accepting uint8_t |
Definition at line 86 of file ws2812.h.
References FL_NOEXCEPT.
Referenced by fl::PixelIterator::writeWS2812().
Here is the caller graph for this function: