MCPcopy Create free account
hub / github.com/FastLED/FastLED / RawDrawPixels

Method RawDrawPixels

examples/LuminescentGrand/arduino/LedRopeTCL.cpp:98–102  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

96
97///////////////////////////////////////////////////////////////////////////////
98void LedRopeTCL::RawDrawPixels(const Color3i& c, int n) {
99 for (int i = 0; i < n; ++i) {
100 RawDrawPixel(c);
101 }
102}
103
104///////////////////////////////////////////////////////////////////////////////
105void LedRopeTCL::set_draw_offset(int val) {

Callers 1

PaintVuMidNotesFadeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected