Question about refreshing a screen.
I have made multiple post at this point attempting to figure out why .invalidate is not working properly on my board. The thing is, all the examples programs work just fine. So either I am generating code in the wrong order or there is a different way to display and refresh the WIGITS on the screen without using .invalidate.
QUESTION:
Is there other methods or libraries I can use that the examples for my board utilize to refresh their screen that doesn't cause it to tear? There has to be a way animation play out and look smooth over time. The board I am using is the STM32H735G-DK
