I'm in need of some help. My goal is to use an ESP-12 to scroll text using a chinese 32x8 led matrix (2 of in fact).
I have already battled my way through most of the problems including row-wise fonts and have now got it working. I want it to subscribe to several MQTT topics and scroll the message twice.
The issue I have is that whilst the text is scrolling the callback function does not see the next incoming MQTT message and I don't know how to resolve this. I think this project might be useful to others and am happy to post my (novice) sketch.
Any guidance appreciated.
John