Using scrolling text and static text in same row DMD P10

I want to create a text where 1 text is still and 1 text is scrolling, for example: 2A| Tokyo - Kyoto, I want "2A|" stays still and "Tokyo - Kyoto" moves. I use the DMD2 library and I have difficulty doing this.

may be using a DMD_TextBox instance for the part that moves would do?

how to use it? i dont know about DMD_TextBox because i am beginner

study at the examples in the library and look at the API in the .h file to see the existing functions / classes

This web page has examples of DMD text and scrolling:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.