You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A45TWUQMLCZMG7B5VIAKFRDWQ5H7RANCNFSM6AAAAAATSJORKU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
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
The text was updated successfully, but these errors were encountered: