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

◆ RawDrawPixels()

void LedRopeTCL::RawDrawPixels ( const Color3i & c,
int n )
virtual

Implements LedRopeInterface.

Definition at line 98 of file LedRopeTCL.cpp.

98 {
99 for (int i = 0; i < n; ++i) {
100 RawDrawPixel(c);
101 }
102}
void RawDrawPixel(const Color3i &c)

References RawDrawPixel().

+ Here is the call graph for this function: