in neopixel.ts [200:202]
setMatrixWidth(width: number) { this._matrixWidth = Math.min(this._length, width >> 0); }