Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
521
void drawNoise(uint32_t now) {
522
FL_UNUSED(now);
523
fillFrameBufferNoise();
524
}
525
526
void draw(float pos) {
527
if (splatRendering) {
Callers
1
loop
Function · 0.85
Calls
1
fillFrameBufferNoise
Function · 0.85
Tested by
no test coverage detected