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

Function drawNoise

examples/FestivalStick/curr.h:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void drawNoise(uint32_t now) {
522 FL_UNUSED(now);
523 fillFrameBufferNoise();
524}
525
526void draw(float pos) {
527 if (splatRendering) {

Callers 1

loopFunction · 0.85

Calls 1

fillFrameBufferNoiseFunction · 0.85

Tested by

no test coverage detected