marquee-scroller icon indicating copy to clipboard operation
marquee-scroller copied to clipboard

minor bug in matrix width serial output

Open sprior opened this issue 2 years ago • 0 comments

Line: Serial.println("matrix Width:" + matrix.width());

Should be: Serial.println("matrix Width:" + String(matrix.width()));

sprior avatar May 14 '22 04:05 sprior