FastLED 3.9.15
Loading...
Searching...
No Matches

◆ kTranspose2_4_LUT

u8 fl::detail::kTranspose2_4_LUT[4]
constexpr
Initial value:
= {
0x00,
0x01,
0x10,
0x11
}

Definition at line 33 of file wave8.hpp.

33 {
34 0x00, // 0b00 → no bits set
35 0x01, // 0b01 → bit at position 0 (pulse 1)
36 0x10, // 0b10 → bit at position 4 (pulse 0)
37 0x11 // 0b11 → bits at positions 0 and 4 (both pulses)
38};