Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setOverdrawCount
Method
setOverdrawCount
src/fl/fx/1d/particles.cpp.hpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void Particles1d::setOverdrawCount(u8 count) {
68
mOverdrawCount = count;
69
}
70
71
void Particles1d::setSpeed(float speed) {
72
mSpeedMultiplier = speed;
Callers
1
loop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected