cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a TouchGFX based GUI to an existing project?

redmig
Associate III

I'm using the example LwIP HTTP Server Netconn as a starting point for my project. Everything is fine but I would like to enhance the GUI using TouchGFX (showing IP an other info from a couple of tasks). Is it possible? what's the best way to do it? Working with a STM32F769I Discovery Kit.

2 REPLIES 2
Romain DIELEMAN
ST Employee

Hi,

I don't know that example, is it really using TouchGFX?

If yes, you can create a new project from TouchGFX Designer with the application template for the STM32F769 disco and a blankc UI. Then go to the "Edit" button and click on "Import GUI", navigate to the example folder and select the corresponding touchGFX project.

/Romain

redmig
Associate III

The example is NOT using TouchGFX but have just a minimal use of the display to print some log info in tiny fonts. unfortunately there is nothing to import.