I was able to get my display working on openstlinux-5.10-dunfell-mp1-21-03-31 with the following code. /* root */
panel {
compatible = "innolux,at070tn92";
enable-gpios = <&gpioe 12 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpioe 11 GPIO_ACT...
I copied them from the Application Template. The same method should work for it. There's a video of how to get the code you need to copy at https://www.youtube.com/watch?v=o42r4xXOnbo.
If anyone is still having troubles with the display on the STM32F429 Discovery I have a working CubeIDE project. It is messy because I only intended to use it just for testing and I only configured the hardware that was need to get the display workin...
I've made some progress with the "blank screen" today. The problem with mine was the SDRAM was not fully initialized. In CubeIDE 1.1 when you generated code for a project with TouchGFX it would generate the BoardConfiguration and HW_Init that configu...