pixelmatix / SmartMatrix

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

extend drawString() methods to support a reasonable length #57

Closed embedded-creations closed 5 years ago

embedded-creations commented 5 years ago

See http://community.pixelmatix.com/t/drawstring-is-limited-to-10-characters/311/2

Is this leftover from when 32x32 was the max display size?

Base max length on the largest dimension of the display max(width, height)?