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'm trying to display a very large amount of scrolling text on the unicorn, the example doesn't work with it due to it basically rendering the whole string each time.
I have made some improvements to only render 20 chars at a time, which now makes the display much more responsive.
is this something wanted in the examples? Realise it may be a niche case