Hi guys,
I just get my stm32f429 board and want to create a GUI of my own. While getting familiar with the board and software (studio free), I find the touch screen was showing bug:
The touch screen was opposite with the display --- in the "BrickGame", when I move my finger to right, the board (that would bouce the ball) move to left, when I move my finger to left, the board move to right.
I change another example --- in the "AnimatedList", the display on the screen from left to right was "hour", "minute", "date", when I put my finger on the right, i.e. cover "date" and try to adjust it, the "hour" part was moving instead. And when I was trying to adjust "hour", "date" changed instead.
Could anyone please help me understand it and how to fix it?