STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

TouchGFX documentation feedback

We wish to always improve our documentation. The best reviews and critics always come from the people that read it, so we would like to use this post to collect your thoughts and feedbacks. Please share what you like, dislike, what you think is missi...

Share your Custom Widgets!

When creating a UI project, you may need widgets that are not part of the TouchGFX library. To create your own graphical element, the TouchGFX team suggests using the Custom Container approach. Since TouchGFX 4.20 it is possible to export and import ...

Resolved! STM32 processor with LTDC and 800x480 resolution

I am new to touchgfx ide and also LCD interface. i am planning to use STM32 with LTDC interface for interfacing TFT lcd. But i am a little confused while selecting the development board. I want to use a screen with a resolution of 800x480. but i can ...

SS.Sagar by Associate III
  • 1561 Views
  • 1 replies
  • 0 kudos

Resolved! Location Type fatal error: -texts/TypedTextDatabase.hpp: No such file or directory -touchgfx/Bitmap.hpp: No such file or directory -touchgfx/hal/HAL.hpp: No such file or directory

These errors arise at my first attempt to compile the generated code from the ioc file before coding any task functions. This is just to check everything is setup correctly before delving into code. Please note this is my first touchGFX app.

ksale.1 by Senior
  • 2688 Views
  • 5 replies
  • 0 kudos

SwipeContainer Pages use too much .bss memory

Hello,We have almost finished a product using touchgfx. We have 512k internal RAM on our stm32f767.Based on profiling the linker file, 360k of our program .bss goes into internal RAM. Of that 360k .bss, a staggering 320k is only from SwipeContainer p...

VSimu.1 by Associate III
  • 1636 Views
  • 9 replies
  • 0 kudos

How to create a project without an RTOS?

I have a STM32H7B3I-DK, and I can create a TouchGFX project with FreeRTOS and it works great.I wanted to research not using an RTOS, so using CubeMX I created a project based on the STM32H7B3I-DK, which includes TouchGFX, but does not have an RTOS. T...

hwsw by Associate II
  • 1053 Views
  • 2 replies
  • 0 kudos

Exit from QSPI Memory map mode in STM32H7

Hi Guys,I am working on one of the project, in that I have to read the TouchGFX assets from External flash and also sensor data from external flash.So, TouchGFX assets has to be read in Memory Map Mode and Sensor data has to be read in Indirect Mode....

AMull.11 by Associate II
  • 682 Views
  • 0 replies
  • 0 kudos