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

Interface FrameData

src/platforms/wasm/types.d.ts:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface FrameData {
33 screenMap: ScreenMapData;
34 strip_id?: number;
35 pixel_data?: Uint8Array;
36 // Make FrameData iterable for for-of loops
37 [Symbol.iterator](): Iterator<any>;
38}
39
40export interface LayoutData {
41 screenMap: ScreenMapData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected