STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! TouchGFXDesigner without Internet or on linux

My company has strick internet security. So TouchGFXDesigner is not connected to the internet. Can I use TouchGFXDesigner without Internet?So there is another PC installed Linux. Internet security for Linux is not very strict. If possible, I want to ...

sini by Associate II
  • 670 Views
  • 2 replies
  • 1 kudos

DSI display interface doesn't work

HiI'm development a board with STM32F779a cpu connect with dsi display.I create the graphic wit TouchFX tools and included in the STM32cube ide design software.How example I see STM32f769i-disco demo, and received the init code of display by producer...

PZamb.2 by Associate III
  • 3726 Views
  • 13 replies
  • 0 kudos

How to resolve this error?

13:05:53 **** Build of configuration Debug for project C7 **** make -j12 all arm-none-eabi-g++ -o "C7.elf" @"objects.list" -l:libtouchgfx-float-abi-hard.a -mcpu=cortex-m7 -T"C:\Users\martynasveit\Desktop\C7_2(20230226)\C7_SVN\STM32H743ZITX_FLASH.ld...

heyo by Senior
  • 810 Views
  • 6 replies
  • 0 kudos

TouchGFX absolute minimal sized build

I want to implement a bare bones TouchGFX bootloader application that provides text based feedback for status & %programmed. The idea is for the bootloader to be in FLASH sector0 and for it to be able to program a more complex TouchGFX based applicat...

dave2012 by Associate III
  • 519 Views
  • 0 replies
  • 0 kudos

Resolved! Touchgfx files with C only!

Every project generated from TouchGFX Designer is based on C++ (file .cpp). Is there a possibility to have project generated from TouchGFX Designer based on C only (file .c)?Also are there any examples from TouchGFX Designer where the codes are in C?