UNPKG

rpi-led-matrix-painter

Version:

Add drawing facilities to rpi-led-matrix. Manage sections of the board independently, draw shapes, text, and images.

5 lines (4 loc) 146 B
import { PaintingInstruction } from "./paintinginstruction"; export interface PaintingInstructionCache { [id: string]: PaintingInstruction; }