TouchGFX: Visual artifacts and ghosting on Scroll Wheel (STM32F767)
- April 8, 2026
- 2 replies
- 176 views
Hello everyone,
I am developing a UI using TouchGFX on a custom board based on the STM32F767. I am encountering visual artifacts during screen updates.
As seen in the attached video:
In the date selection wheel, the text overlaps, tears, and leaves ghosting artifacts during scrolling.
The first menu ("Date & Time", "Language" etc.) is inside a ScrollableContainer with a ListLayout. Initially, the text is corrupted. However, as soon as I scroll this container, the artifacts disappear completely and the screen draws correctly.
System Info:
MCU: STM32F767
GUI: TouchGFX (Version: [Sürüm] )
Memory: Framebuffer is located in [SDRAM vb.]
Configuration: MPU is ENABLED, D-Cache is ENABLED.
What could be causing this issue? Any suggestions on which configurations or settings I should check?
Thank you!
