MCPcopy Create free account
hub / github.com/FastLED/FastLED / data

Method data

tests/fl/chipsets/ucs7604.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 virtual void init() override {}
148
149 fl::span<const uint8_t> data() const override {
150 return capturedBytes;
151 }
152
153 // Made public for testing with UCS7604Controller which uses composition
154 virtual void showPixels(PixelController<RGB_ORDER>& pixels) override {

Callers 15

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
getCapturedBytesMethod · 0.45
getCapturedBytesMethod · 0.45
testUCS7604ControllerFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
getLEDsMethod · 0.45
FL_TEST_FILEFunction · 0.45
toSpanFunction · 0.45
ucs7604PaddingGeneratorFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected