Description
Hello,
maybe some of you can help me to at least point me into the right direction.
To keep my main.cpp file clean, I moved all display related method calls to a dedicated class. However, for whatever reason while the UI frames are working fine, the frame changing animations are not working. It seems that the animation are not even starting to play.
Basically the issue is that when switching the frames, the two frames just blend in but no animation is playing.
I tried to change the LoadingDrawFunction
which in my understanding handles the rendering of the animations to one, that simply clears the display and prints a String to the serial bus. However, I found out that at least my custom loading function is never called. This would also line up with the issue I'm seeing.
When using the example code, where everything UI related is placed in the main.cpp Module, the animations are working fine. To be honest, I'm currently out of ideas and would grab every strap someone could reach me.