34template <
typename InputIterator,
typename OutputIterator>
36 while (first != last) {
52template <
typename InputIterator,
typename OutputIterator>
54 while (first != last) {
72template <
typename InputIterator,
typename OutputIterator>
85template <
typename InputIterator,
typename OutputIterator>
87 while (first != last) {
A fixed-size array implementation similar to std::array.
Constants for SPI chipset encoders.
Functions for red, green, blue, white (RGBW) output.
void encodeWS2812_RGBWW(InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT
Encode 5-byte pixel data in WS2812 format (issue #2558, RGBWW).
void encodeWS2812(InputIterator first, InputIterator last, OutputIterator out, const Rgbw &rgbw) FL_NOEXCEPT
Encode pixel data in WS2812 format (automatic RGB/RGBW selection)
void encodeWS2812_RGB(InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT
Encode 3-byte pixel data in WS2812 format.
void encodeWS2812_RGBW(InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT
Encode 4-byte pixel data in WS2812 format.
Base definition for an LED controller.
5-channel RGB + warm-W + cool-W (RGBWW / RGBCCT) configuration types (issue #2558,...