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

◆ Pixels() [5/7]

fl::Pixels::Pixels ( int num_led_per_strip,
int num_strips )
inline

Definition at line 173 of file ___pixeltypes.h.

173 {
174 int sizes[16];
175 for (int i = 0; i < num_strips; i++) {
176 sizes[i] = num_led_per_strip;
177 }
178 __Pixels(sizes, num_strips, leddirection::FORWARD, this);
179 }
void __Pixels(int size, Pixel *ledpoi, leddirection direction, Pixels *pib)

References __Pixels(), and fl::FORWARD.

+ Here is the call graph for this function: