|
FastLED 3.9.15
|
|
inline |
Helper to transpose N strips with automatic dispatch.
| num_strips | Number of strips (must be 2, 4, or 8) |
| input | Array of pointers to LED strip data |
| output | Pointer to output buffer |
| num_leds | Number of LEDs per strip |
| bytes_per_led | Number of bytes per LED (3 for RGB, 4 for RGBW, etc.) |
Definition at line 812 of file transposition.h.
References FL_NOEXCEPT, transpose_2strips(), transpose_4strips(), and transpose_8strips().
Here is the call graph for this function: