Skip to main content
redmig
Associate III
October 19, 2020
Question

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

  • October 19, 2020
  • 2 replies
  • 1100 views

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.

This topic has been closed for replies.

2 replies

Romain DIELEMAN
ST Employee
October 23, 2020

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
redmigAuthor
Associate III
October 23, 2020

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.