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

◆ RawDrawPixels()

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

Implements LedRopeInterface.

Definition at line 87 of file LedRopeTCL.cpp.

87 {
88 for (int i = 0; i < n; ++i) {
89 RawDrawPixel(c);
90 }
91}
void RawDrawPixel(const Color3i &c)

References RawDrawPixel().

+ Here is the call graph for this function: