UNPKG

rpi-led-matrix-painter

Version:

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

8 lines (7 loc) 149 B
import { Effect } from "."; export interface DrawModeOption { fill?: boolean, font?: string, fontPath?: string, effects?: Effect[] }