TouchGFX and STM32CubeIDE with multiple projects
Hi there,
i'm moving my first steps into ST boards programming and I have a trouble I can't solve.
Following this youtube tutorial: https://www.youtube.com/watch?v=NFljjd_vQGA
I tried to create the app in TouchGFX and it worked. I can flash my STM32F746G-DISCO board correctly:

(image 1)
The youtube tutorial ends with importing the project into STM32CubeIDE, to do so, you go inside STM32CubeIDE folder inside main folder named MyFirstTouchGFXProject and double-click on .project file:

which I did after editing the files .project and .cproject. Because I have multiple projects based on the same board and ALL OF THEM get imported with the same name, without possibility to change that name, that is in my case: STM3232F746G_DISCO, and rename the project from within the STM32CubeIDE breaks it. Therefore I changed this lines.
.project:

.cproject:

At this point i double-clicked on .project and imported into STM32CubeIDE, compiled and flashed correctly:

but the ending result looks like a broken LCD:

(image 2)
Of course if I flash directly from TouchGFX Designer I get again the image 1.0, therefore LCD is not broken.
So here my questions:
1) what I did wrong?
2) how to solve it?
3) has something to do with this "issue"?

4) and why compilations is fine if IDE shows some "issue"?
Thanks in advance

