UNPKG

rpi-led-matrix-painter

Version:

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

7 lines (6 loc) 181 B
import { EffectOptions } from "./effectoptions"; import { EffectType } from "./effecttype"; export interface Effect { effectType: EffectType effectOptions: EffectOptions; }