Visitor II
November 10, 2020
Question
how i shoud double buffering in touchgfx
- November 10, 2020
- 1 reply
- 1164 views
hi evryone
iam developing ui on stm32f429 microcontroller and i wanna use touchgfx for my software.i use 32MB external sdram and start address 0xc0000000 because my ui is complex.when i use single buffer strategy evrything is ok but for some widget like complex custom container tearing is appear on screen. for solve this problem i wanna use double buffer strategy. double buffer strategy eleminate the tearin but a few second after first touch some small dots appear on screen and as its passing number of dots growing. i dont know that what is the problem. my sdram configuration is problem or my touch driver or my sdram is broken. i attach a pic of what happend to my screen. please help me guys. i realy dont know what to do.