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 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! HAL_UART_Transmit_DMA with unwanted behaviour

I am working with the STM32H745XIH6 disco board to use HAL_UART_Transmit_DMA and send 3 different strings. But what I receive on the terminal are corrupted data. At least on the 1st send of every string, the string are not shown correctly.Let's say t...

Start MX_TouchGFX_Init() cause HardFault_Handler

HiI have a project Build wit TouchGFX tools.When start MX_TouchGFX_Init() cause HardFault_Handler.The chain of process are MX_TouchGFX_Init > touchgfx_init(); > Texts::setLanguage(0); > currentLanguageTypedText = typedTextDatabaseArray[id]; > HardFau...

PZamb.2 by Associate III
  • 720 Views
  • 1 replies
  • 0 kudos

Display RK043FN66HS-CTG from Rocktech

I'm building a new hardware based on STM32F7508-DK demo board. The display used by ST is the RK043FN48H-CT672B. According to Rocktech support, this display was customized for ST (with a single solderable flat cable). The touch and TFT driver ICs on t...

Resolved! How to use TouchGFX with STM32G0B1RE?

Hello!I would like to know if it is possible to develop a project in TouchGFX directed to the STM32G0B1RET6 microcontroller.According to the examples/documentation the STM32G0B1 is not supported.Please, could someone help me? Or do you have an exampl...

CVSta by Associate III
  • 1388 Views
  • 3 replies
  • 3 kudos

Resolved! How to use BW_RLE image format on a 16bpp LCD

I have a project that uses an arrow image in many parts of the UI. Currently the project has 5 different versions of the same image, but in different colours. I have limited flash space and would like to condense the 5 images down to 1 BW_RLE image. ...

KStea.1 by Associate II
  • 778 Views
  • 1 replies
  • 1 kudos

Resolved! External Flash assets updates while touchgfx is running

Hi,I am implementing a product that uses touchgfx and needs to support remote updates. As the downloading of the assets is slow (~30min), the updated assets to be written into external flash must be written while touchgfx is running. I know that othe...

KHeye.1 by Associate III
  • 4039 Views
  • 13 replies
  • 1 kudos