32template <
typename InputIterator,
typename OutputIterator>
36 while (first != last) {
50 size_t latch_bytes = (num_leds * 3 + 63) / 64;
51 for (
size_t i = 0; i < latch_bytes; i++) {
A fixed-size array implementation similar to std::array.
Constants for SPI chipset encoders.
Shared utilities for SPI chipset encoders.
void encodeLPD8806(InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT
Encode pixel data in LPD8806 format.
u8 lpd8806Encode(u8 value) FL_NOEXCEPT
Apply LPD8806 encoding to a single color byte.
Base definition for an LED controller.