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

Function renderFP

tests/profile/profile_flowfield.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34__attribute__((noinline))
35void renderFP(FlowFieldFP &fx, CRGB *leds, int frames, int start_frame) {
36 for (int i = 0; i < frames; i++) {
37 uint32_t t = static_cast<uint32_t>((start_frame + i) * 33);
38 Fx::DrawContext ctx(t, leds);
39 fx.draw(ctx);
40 }
41}
42
43int main(int argc, char *argv[]) {
44 bool do_float = true;

Callers 1

mainFunction · 0.85

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected