Good Afternnoon,
So I got the Matrix working - mostly… 
I am trying to separate different text bits out of the LedTEXT lib.
And I am missing something that I think is probably fairly obvious, but I can’t figure it out right now.
I am running off Aaron’s LedMATRIX library and I am working on trying to put two messages on different Matrices (On different pins)
Code here:
http://pastebin.com/embed/6ZFSWADX
In the void loop()
I have the
if (ScrollingMsg.UpdateText() == -1 )
Then a second
if (ScrollingMsg2.UpdateText() == -1 )
They are both displaying, but over each other, rather than one after the other…
Thoughs?
Yes, I mentioned I think this is simple… Sorry.
TIA