How to add a TouchGFX based GUI to an existing project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-19 5: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.
- Labels:
-
STM32F7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-23 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-23 8: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.
