2020-10-19 05:31 AM
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.
2020-10-23 01:23 AM
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
2020-10-23 08:20 AM
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.