cancel
Showing results for 
Search instead for 
Did you mean: 

screen shaking

Hwoo-
Associate II

Hi,

I use TouchGFX 4.16, CubeIDE, STM32F429ZI.

Screen shake occurs when text is written on the screen and when a slider is selected.

In the case of text, it is designed to be written every second.

I added a reference to "https://community.st.com/s/global-search/screen%20shake", but it didn't work.

 /*

  * Initialize TouchGFX

  */

 hal.initialize();

 hal.setTouchSampleRate(5);

 hal.setFingerSize(20);

 hal.setDragThreshold(20);

How can I get rid of screen shake?

Best regards,

5 REPLIES 5
ktrofimo
Senior III

What MCU are you using? Does it have data cache like H7 series?

Look at discussion: ​https://community.st.com/s/question/0D53W00001Gl5lJSAR/stm32h743-weird-screen-flickering

Enabling cache and configure MPU properly gives huge speed improvement and I have no screen problems since then.

Hwoo-
Associate II

Thanks for your reply.

I use STM32F429ZI.

According to ST it has MPU, so try to see how set it up an use​ it for LTDC. May me it will help.

F429 is slow how size is lcd how rgb 888 or 565. Try slow down display clk or less rgb mode

Hwoo-
Associate II

Thank you for your response.

LTDC settings are attached image files.