Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ size
Method
size
src/fl/channels/channel.cpp.hpp:749–751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
747
}
748
749
int Channel::size() const {
750
return CPixelLEDController<RGB>::size();
751
}
752
753
void Channel::showLeds(u8 brightness) {
754
CPixelLEDController<RGB>::showLeds(brightness);
Callers
15
runSingleValidationTest
Function · 0.45
ReorderingPixelIteratorAny
Method · 0.45
writeUCS7604
Function · 0.45
writeWithPadding
Method · 0.45
addDriver
Method · 0.45
removeDriver
Method · 0.45
clearAllDrivers
Method · 0.45
getDriverCount
Method · 0.45
getDriverInfos
Method · 0.45
MultiChannelConfig
Method · 0.45
getSize
Method · 0.45
getMinimumSize
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected