TouchGFX Flickering on STM32F746
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-12 1:10 AM
Hi,
I have a strange TFT flickering issue, and would love to hear your suggestions.
The project running on STM32F746 chip, with SDRAM, and LTDC interface. UI is based on TouchGFX & FreeRTOS.
Display is 1024X600 RGB (50 pin), based on HX8282 driver
https://www.newhavendisplay.com/resources_dataFiles/datasheets/LCDs/HX8282-A01.pdf
When clocking the TFT pixel clock at around 30MHz, I get a constant annoying flickering as shown in video 1, that is probably caused due to low refresh rate. If I'm increasing the clock to around 52MHz, the flickering stops completely (This makes sense because HX8282 datasheet requires frequency of 40.8-67.2MHz). But, when I'm updating the display in this high frequency, I get a different kind of flickering - as seen in video 2.
What can cause this problem?
Thanks,
Roy
- Labels:
-
STM32F7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-18 1:56 AM
Anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-07 12:44 AM
Hi
I have the same problem and the textarea is flickering. how did you solve the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-07 1:14 AM
Hi,
I solved my problem by two means:
- Added filtering caps on the backlight driver.
- Reduced the color space to RGB565, and making sure not to refresh the display unless something needs to redraw.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-07 2:16 AM
