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

Function beginShowLeds

src/chipsets.h:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 ~RGBWEmulatedController() = default;
228
229 virtual void *beginShowLeds(int size) override {
230 return mController.callBeginShowLeds(Rgbw::size_as_rgb(size));
231 }
232
233 virtual void endShowLeds(void *data) override {
234 return mController.callEndShowLeds(data);

Callers 5

callBeginShowLedsMethod · 0.85
CLEDControllerClass · 0.85
beginShowLedsMethod · 0.85
beginShowLedsMethod · 0.85

Calls 2

callBeginShowLedsMethod · 0.80
setEnabledMethod · 0.80

Tested by

no test coverage detected