Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ bytesPerFrame
Method
bytesPerFrame
src/fl/video/pixel_stream.cpp.hpp:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
i32 PixelStream::bytesPerFrame() { return mbytesPerFrame; }
94
95
bool PixelStream::readPixel(CRGB *dst) {
96
return mHandle->read(&dst->r, 1) && mHandle->read(&dst->g, 1) &&
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
1
FL_TEST_FILE
Function · 0.64