Qrome / marquee-scroller

Marquee Scroller Clock News Weather and More
https://www.thingiverse.com/thing:2867294
MIT License
324 stars 159 forks source link

minor bug in matrix width serial output #246

Open sprior opened 2 years ago

sprior commented 2 years ago

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

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