pixelmatix / SmartMatrix

SmartMatrix Library for Teensy 3, Teensy 4, and ESP32
http://docs.pixelmatix.com/SmartMatrix
621 stars 162 forks source link

fix unexplained 10 char limit in drawstring #63

Closed marcmerlin closed 5 years ago

marcmerlin commented 5 years ago

Fix https://github.com/pixelmatix/SmartMatrix/issues/57 I can't find a good reason to limit the draw size. If it runs out of the screen, it'll draw off screen without consequences I can think about.

embedded-creations commented 5 years ago

Thanks Marc!