MCPcopy 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
93i32 PixelStream::bytesPerFrame() { return mbytesPerFrame; }
94
95bool PixelStream::readPixel(CRGB *dst) {
96 return mHandle->read(&dst->r, 1) && mHandle->read(&dst->g, 1) &&

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by 1

FL_TEST_FILEFunction · 0.64