Unexpected white lines immediately proceeding and following assets
I have a proof of concept to use touchGFX to implement display on some custom hardware. The processor is an STM32F746BGT6 part. I've been able to execute touchGFX4.10.0 from the STM32CubeIDE MX view and use it to generate code. The issue can be observed in the attached video. On the first screen, bracketing the first button, there are two vertical white lines. This same type of line can be seen on the second screen interspersed in the first half of the text. I've moved the assets into local flash to ensure that there isn't some strange issue with QUADSPI.
I'm unsure what the cause of this could be. I can confirm that the contents of the frame buffer, when viewed in debug mode, do in fact contain these white lines. This indicates to me that there might be some issue in drawing the screen. Any help would be appreciated.
Don