2021-07-06 03:04 AM
Hello,
I'm currently developing a project using Touchgfx on a custom board with a STM32F469II, external RAM/FLASH, SD card and a 1024x600 screen.
I've recently come across an issue when performing any animation (slide screen transition, scrollable container, box/circle progress, ...) where the screen shakes like crazy (see video) and also during a small moment after.
Any movement seem to be able to trigger this issue and the only way I've found to stop it is to disable chrom-art but then the frame rate drops down to about 15 fps when performing those animation.
Does anyone know what's causing this shaking ? And if so, how can I limit it as much as possible ?
Thanks in advance,
Tristan
2021-09-25 11:45 AM
have you tried triplebuffering / animation storage?
2021-09-25 12:55 PM
Today I was playing with Debug/Release configurations and suddenly Release one gave me terrible screen jitter and distortion. The main difference was a code optimization (for size) in Release configuration, while Debug has no optimization at all, and Debug is working fine. When I disabled optimization for Release all problems are gone.
2021-09-26 03:28 AM
Yes this too have very terrible efects, but use without optimizations isnt way.
2021-09-27 01:03 AM
2021-09-27 01:19 AM
I think you should share the project files so other people can verify and investigate the issue further :)
2021-09-27 03:42 AM