Interface LedMatrixAddon

interface LedMatrixAddon {
    Font: Font;
    isSupported: boolean;
    LedMatrix: LedMatrix;
}

Properties

Font: Font
isSupported: boolean
LedMatrix: LedMatrix