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

Method callShow

src/chipsets.h:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 friend class RGBWEmulatedController<CONTROLLER, RGB_ORDER>;
206 void *callBeginShowLeds(int size) { return ControllerBaseT::beginShowLeds(size); }
207 void callShow(CRGB *data, int nLeds, fl::u8 brightness) {
208 ControllerBaseT::show(data, nLeds, brightness);
209 }
210 void callEndShowLeds(void *data) { ControllerBaseT::endShowLeds(data); }
211 };
212

Callers 1

showPixelsFunction · 0.80

Calls 1

showFunction · 0.85

Tested by

no test coverage detected