|
FastLED 3.9.15
|
| Wave8ByteExpansionLut fl::buildWave8ByteExpansionLUT | ( | const Wave8BitExpansionLut & | nibble | ) |
Build a byte-indexed expansion LUT (#2526) from the nibble LUT.
Entry b is the concatenation of the high-nibble expansion (symbols[0..3]) and the low-nibble expansion (symbols[4..7]) — bit-identical to what wave8_convert_byte_to_wave8byte() produces. Not for ISR use.
Definition at line 313 of file wave8.cpp.hpp.