Skip to main content
aditya23
Associate II
March 22, 2016
Question

Flickering Display

  • March 22, 2016
  • 1 reply
  • 606 views
Posted on March 22, 2016 at 15:40

I'm using DMA2D to draw images on the display. I'm using two layers and both of them will eventually be animated. But at this time I'm trying to move just one object on one layer around the screen, but the entire display flickers each time the object is redrawn. What are the sources of flicker on displays, on what could I potentially be doing wrong?

#dma2d #display
This topic has been closed for replies.

1 reply

Walid FTITI_O
Visitor II
May 10, 2016
Posted on May 10, 2016 at 19:13

Hi mandrekar.aditya,

Can you share your code. And refer to this

https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/STM32F429I-DISCO%20flickering%20with%20DMA2D&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&currentviews=280

maybe is useful for your case.

-Hannibal-

I'm using DMA2D to draw images on the display. I'm using two layers and both of them will eventually be animated. But at this time I'm trying to move just one object on one layer around the screen, but the entire display flickers each time the object is redrawn. What are the sources of flicker on displays, on what could I potentially be doing wrong?