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

Interface ScreenMapData

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

Source from the content-addressed store, hash-verified

20}
21
22export interface ScreenMapData {
23 strips: { [key: string]: StripData };
24 min?: number[];
25 max?: number[];
26 diameter?: number;
27 // Additional properties found in graphics_utils.js
28 absMin?: number[];
29 absMax?: number[];
30}
31
32export interface FrameData {
33 screenMap: ScreenMapData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected