AaronLiddiment / LEDText

FastLED Flexible Text Message Class requires LEDMatrix Class
89 stars 32 forks source link

Text TOO Fast #37

Open Magoo5150 opened 1 year ago

Magoo5150 commented 1 year ago

I have been able to get all of the examples working except for one problem, I can not figure out how to slow down the scroll speed. I am using an ESP32

AaronLiddiment commented 1 year ago

The 'delay(10)' instruction in the loop procedure pauses the code for 10ms so changing this to 1000 would make the delay between updates 1 second. I think that explains enough to get where you want to go.

Magoo5150 commented 1 year ago

Thank you so much! That took care of it. Now it time to figure out why I can't get the sprites to work.....

As Always Thank You

On Thu, Jan 5, 2023, 5:08 PM Aaron Liddiment @.***> wrote:

The 'delay(10)' instruction in the loop procedure pauses the code for 10ms so changing this to 1000 would make the delay between updates 1 second. I think that explains enough to get where you want to go.

— Reply to this email directly, view it on GitHub https://github.com/AaronLiddiment/LEDText/issues/37#issuecomment-1372908717, or unsubscribe https://github.com/notifications/unsubscribe-auth/A45TWUQMLCZMG7B5VIAKFRDWQ5H7RANCNFSM6AAAAAATSJORKU . You are receiving this because you authored the thread.Message ID: @.***>