Scroll phat - stop scrolling before it is finished?

Hi guys!

I’m enjoying my scroll phat immensly and am making a display for my music player.

Is there a way to stop scrolling or displaying halfway through a “print” to the scroll phat?

My usecase could for example be if I display track info in my music script, and then skip to the next track several times. Then it would be good to NOT displaying each string for a certain time but instead break and display a new string. I suspect something with the buffer could be done?

Thanks!

You should be able to achieve this by calling clear() at any point and then printing out your new message.