pixelmatix / SmartMatrix

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

Add "peek" scrolling modes #159

Open maxregan opened 2 years ago

maxregan commented 2 years ago

The "peek" modes scroll the text without allowing the start and end of the text within the display's bounds. That is, the display never shows empty space if the text is longer than the display.

My current project uses an ESP without the Adafruit GFX libraries, so I have implemented for both Layers that implement scrolling capability, however I have tested both implementations.

Resolves #158