2016-03-22 07:40 AM
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 #display2016-05-10 10:13 AM
Hi mandrekar.aditya,
Can you share your code. And refer to this 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?