UNPKG

wesleytabaka-rpi-led-matrix

Version:

Fork of alexeden/rpi-led-matrix. Node.js/Typescript bindings for hzeller/rpi-rgb-led-matrix

5 lines (4 loc) 140 B
import { PixelMapper } from './types'; export declare class LedMatrixUtils { static encodeMappers(...mappers: PixelMapper[]): string; }