Solved
How to move the Screen from Model::tick() in a TouchGFX environment?
In the TouchGFX program, there are Model, A_Screen, and B_Screen.
It's working in A_Screen, and it's working in Model::tick()
When I have time, I want to move the screen to B_Screen.
To do this, I want to know what to do in Model::tick() to switch from A_Screen to B_Screen.
If anyone knows how, ask me for advice.
Thank you.
