cancel
Showing results for 
Search instead for 
Did you mean: 

LCD (1024x768) on STM32H7MCU running ThreadX/GUIX flickers when switching window / pages.

AKw.1
Associate

Hello, we are using single frame buffer at the moment and loading binary resource file from flash into 32-bit SDRAM. Previously we set out LCD Clock to 71Mhz but due to severe flicker and jitter on window switching, we reduced the clock to 40Mhz and got rid of the jitter. However the new window still flickers. Does anyone have recommendation to eliminate this flicker effect?

2 REPLIES 2
MM..1
Chief II

Use RGB565 and double buffer , too start buffers in different SDRAM banks.

Can you refer me to an example using double buffer?