LCD (1024x768) on STM32H7MCU running ThreadX/GUIX flickers when switching window / pages.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 8:00 AM
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?
Labels:
- Labels:
-
AzureRTOS
-
LCD-LTDC
-
STM32H7 series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 8:39 AM
Use RGB565 and double buffer , too start buffers in different SDRAM banks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 4:28 PM
Can you refer me to an example using double buffer?
