2024-05-18 06:11 AM
Hi,
now I followed the recommended Instruction. https://www.touchgfx.com/resources/demo-videos/webinar-videos/
In Webinar two an example show to hide an image.
I create a new project, choose a my Board, not available => choose Nucleo-h636Zi + fgx02zi.
Followed the intructions on the Webinar 2 and run the simulator. fine., => "Program and Run on Target"
The Code compliled well without error and the update to my stm works without errors.
But nothing happened on the Screen.
I think because the Hardware Nucleo-h636Zi => Nucleo-F767Zi does not fit.
Does someone have an idea to get some content to my Display?
regards
Carsten
2024-05-18 08:42 AM
Ofcorse many have many ideas... Maybe try check is your code ready to work with hw?
Display reset, init , backlight pins...
2024-05-22 02:54 AM
Hello @Carsten73 ,
Which board did you say you choose? h363? I do not find it.
Furthermore, I cannot find any board named h636 online.
If a design works well on simulator but not on your board, it is usually because you have not properly configured your board + screen.
To get some content on your display, you need to properly configure your board + display.
We have documentation about that : TouchGFX board bring up
The first step is to try to get a full red screen by setting all the pixels of your screen to red by using (for example) the LTDC to control your screen, you could try to start by that.
Regards,
2024-05-23 07:43 AM
I guess this thread is irrelevant now since you went for Nucleo-f767 + ILI9341.
The documentation link is still relevant and you should still first try getting a full solid colored screen.
2024-05-23 07:46 AM
I will try next week.
Thanks a lot
2024-05-30 06:45 AM
Which driver do you use?
Bodmer's TFT_eSPI library?
He has special mentions for H767 so it seems special work have been done for that board.
2024-06-20 02:00 AM
Hello @Carsten73 ,
Have you been able to move forward with your project?
If one of the previous comment helped you solve your issue, I invite you to select it as "best answer".
If you are still encountering problems, I invite you to give us more information so we can help you.
Regards,
2024-06-20 02:12 AM
Hi,
sorry. Yes of course.
I followed the Youtube example from ControllersTech and I use the Library from them too.
https://github.com/controllerstech/STM32/tree/master/TOUCH%20GFX/ILI9341%20SPI
This works well for the moment and I got a Touch Display running. My Display is not a nice one and the touch is not working very well but it helps for the moment.
I have to spent much more time for a bigger and much better Touch Display.
Thanks
Carsten
2024-06-20 02:39 AM
Glad to hear that! :smiling_face_with_smiling_eyes:
If you want a better screen on a development board, have a look at https://riverdi.com/fr/product/035-nucleo-144
You will have to buy the Nucleo board separately (ex: on Digikey) and you will have a great screen with an already existing TBS.
Regards,
2024-06-20 04:02 AM
Thanks,
Can you recommend a bigger one? 7" or 8" ?
Thanks
Carsten