Hi,
I have quite a long (8 x 128 for now) matrix to scroll some long text.
All that is working fine, and I am able to modify the text in between passes if needed.
But it always seems to need to scroll the whole text off the matrix before updating to the next (or scrolling again), leaving a fully blank matrix for a moment.
This matrix will eventually need to be longer, for a sign I have been asked to build. Is there any way to "wrap" the start of the next text to the end of the previous one, to avoid having to have a full blank screen/matrix after each 'loop' of the scroll?
I tried the INSTANT_OPTIONS_MODE thinking that might do it, but it didn't work.
Thanks!