Blank screen on STM32N6570-DK
I have tried the BSP example from the STM32CubeN6 package, and the LCD works correctly. However, I am trying to create the smallest possible code to make the screen work, and I started a project from scratch using STM32CubeMX and STM32CubeIDE.
What I did was to enable the minimum amount of peripherals to make LCD work in CubeMX, and the code generator added the necessary HAL files, etc..
Then I added the discovery_lcd BSP for this board among other needed files like stm32_lcd and the fonts...
The code compiles, and the LED1 and LED2 blink as part of the while loop I coded.
However, the LCD is blank (but I can see that is active because the backlight is on). I am expecting to see a white background with some text.
You can find my code here: https://github.com/jpcano/STM32N6-digits/tree/lcd
Do you have any ideas?

