Solved: Weird flash when updating first quarter of screen
Hello everybody,
I'm currently using CubeMX + Touchgfx with my Stm32f469i-disco board.
Everything works fine, but whenever the board needs to update something that is one first quarter of the screen (e.g updating a text) the whole quarter of the screen reblinks. This doesn't happen when i'm updating something that is otherwhere on the screen.
The only strange thing I did was setting manually the hltdc.Init.AccumulatedActiveW and TotalWidth to 202 and 203 (instead of the 802 and 803 created by CubeMX), otherwise the lcd doesn't work properly.
Thanks,
Mariano