Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text TOO Fast #37

Open
Magoo5150 opened this issue Jan 5, 2023 · 2 comments
Open

Text TOO Fast #37

Magoo5150 opened this issue Jan 5, 2023 · 2 comments

Comments

@Magoo5150
Copy link

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
Copy link
Owner

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
Copy link
Author

Magoo5150 commented Jan 5, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants