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) 108 B
export interface Image { path: string, width: number, height: number, content: number[][] }