Autoscroll command

What are the plans for making this command work with the LED Matrix? The documentation states: Enable autoscrolling through the frames in a sequence. but the example program PlayAnimation has it commented out and adding it does nothing. michaelbusfield posted a nice scrolling demo but It has a lot of C code that I don't understand. It would be nice to have my clock scroll rather than the clock digits show up one at a time.

@ubidefeo
Arduino Team
He posted in another thread:-

I know that there's some other work going on with the LED Matrix, because text scroll is broken.
If you post issues and PRs in the GH repo the ones working on it will better answer or give directions.

So it is being worked on.

1 Like

You may use my code for text scrolling https://youtu.be/Y8ei-qLy4WA?si=io0EepOqXNjsj8c2

An NTP-synched clock seems like a nice app.

1 Like

Ok, I could not resist to make it: https://youtu.be/qsTvNGd3lPs :slight_smile:

1 Like

Works well and is nice and compact. Very readable font. Was able to use the dtostrf() function to print integers and floats. I need to convert your code to 2 functions in order to print text and numbers together for sensor data i.e. Current Temperature = 78.5 F. Thanks