stm32f469I-Disco - TouchGFX Display stays black
Hello everyone,
I am currently working on programming the display of the STM32F469I-DISCO using X-Cube-TouchGFX.
What I want to achieve:
I aim to create a simple application that displays a button in the center of the screen, just to test the functionality.
The issue:
When I run the code in CubeIDE, the display remains black, and the backlight doesn't turn on. I have made sure that "MX_TouchGFX_Process()" is called within the `while (1)` loop.
Here are some additional details that might help in diagnosing the problem:
- I have initialized all required peripherals and included the necessary middleware.
- I have set up TouchGFX in the .part file.
Despite these efforts, the display still shows no signs of life. Has anyone encountered a similar issue or can provide guidance on what I might be missing?
A picture of my TouchGFX settings

Any help or suggestions would be greatly appreciated!
Thank you!
