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

Method RawBeginDraw

examples/LuminescentGrand/arduino/LedRopeTCL.cpp:73–76  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72///////////////////////////////////////////////////////////////////////////////
73void LedRopeTCL::RawBeginDraw() {
74 PreDrawSetup();
75 mLedBuffer.clear();
76}
77
78///////////////////////////////////////////////////////////////////////////////
79void LedRopeTCL::RawDrawPixel(const Color3i& c) {

Callers 5

PaintVuNotesMethod · 0.80
PaintVuMidNotesFadeMethod · 0.80
VegasVisualizerMethod · 0.80
PaintBrightSurpriseMethod · 0.80
PaintVuSpaceInvadersMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected