User Activity

I have defined a Screen named GUI which has, images, rectangle and buttons. All are displayed correctly with the exception of touchgfx::Shape which have white dots around the border and flicker when the touchgfx::Shape is invalidated.I have defined a...
I am currently trying to display color properly on an RGB panel with parallel interface. However, colors are not displaying properly and I currently do not know what else to troubleshoot. I am using STM32F769I eval board connected to the RGB panel.I ...
I am currently working with the STM32F769I-Eval Board and I want to use the LTDC only using the internal RAM with a 800*480 display with no internal RAMTo achieve this I want to have the frame buffer defined as L8_RGB888 to have a 800*480= 384kB + LU...