Hello @Carsten73 and welcome to the community!
Now I tried with CubeMX to installed the Hello World Example provided.
So you are trying to use the "Hello World" example from STM32CubeMx?
I am not a STM32CubeMx expert, it seems like using an older version of STM32CubeMx should have solved your problem but it did not :| .
I recommend you to create a new thread clearly stating your issue related to STM32CubeMx on the sub forum specific to STM32CubeMx : stm32cubemx-forum
Does the GFX02zi can be used with the F767ZI? Or do I have to everything new.
Yes, the STM32F767 nucleo board is compatible with the GFX02z1, see this link : x-nucleo-gfx02z1
Is there anyway a working step by Step intruduction for Add a Display to a STM32.
Yes, we made multiple guides on our documentation : TouchGFX documentation
There is specific documentation about how to "create a custom board" : development-introduction
Keep in mind that starting on a new environment is not easy at first (especially in the embedded world) but I personally think that ST made a great work keeping it as simple as possible and as clear as possible.
Also, doing graphics in embedded systems is another difficulty because of the limited resources of embedded devices. Here at TouchGFX we did the heavy lifting, but there is still some specific setups to do.
To help adding your display to the STM32h767, the easiest could be to Download TouchGFX and create a new project that is using a GFX02Z1 (the only ones we have are using a STM32U575 or a STM32H563). By doing that, you will have a working project that could be flashed into the mentioned boards, this is what we call a TBS (TouchGFX Board Setup). You can use this TBS to setup your own board (STM32F767) as it would be similar in some ways.
Finally, to learn about STM32 in general, I would recommend you to watch the Digikey Youtube series : Digikey STM32
and to look at the ST Academy : ST Academy
I hope this helps you, if it does, I invite you to select this comment as "best answer".
Regards,