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

Function jsOnFrame

src/platforms/wasm/js_bindings.cpp.hpp:369–373  ·  view source on GitHub ↗

* Pure C++ Frame Processing Function - Exports data instead of calling JavaScript */

Source from the content-addressed store, hash-verified

367 * Pure C++ Frame Processing Function - Exports data instead of calling JavaScript
368 */
369EMSCRIPTEN_KEEPALIVE void jsOnFrame(ActiveStripData& active_strips) {
370 jsFillInMissingScreenMaps(active_strips);
371 // JavaScript will call getFrameData() to retrieve the frame data
372 // No embedded JavaScript - pure data export approach
373}
374
375/**
376 * Pure C++ Strip Addition Notification - Simple logging

Callers 1

onEndFrameMethod · 0.85

Calls 1

Tested by

no test coverage detected