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 ...

Is there a sample TouchGFX project that demos the equivalent of a momentary push button? For example pressing a button will light an LED releasing the button will turn it off. The LED is only on for the time the button is touched.

I can not find a project and being new to TouchGFX, a working project is best to learn from. I can find the concept of 'ClickEvent::PRESSED' and 'ClickEvent::RELEASED' but not sure if is what I really need and how to get it codded to fulfil the requ...

CSche.4 by Associate III
  • 400 Views
  • 0 replies
  • 1 kudos

Resolved! FMC conflicts with LCD controller on STM32H750VB

Hi,Master:MCU: STM32H750VB(LQFP100)Application requirements: Requires LCD controller to drive 7" (1024x600 pixels) TFT screen.Power-on initialization to load image resources from external flash to RAM and LCD buff requires RAM, which requires a lot o...

Lyu.1 by Associate III
  • 769 Views
  • 1 replies
  • 0 kudos

How can I save an BMP image at runtime, loaded from USB to flash or External Flash, for using it like images database.

Good MorningI'm developing a custom board derived from STM32F746G-Disco evaluation board as reference design, and using TouchGFX for creating HMI project. This custom board is complete of STM32F746NGH6 micro controller, TFT Display RGB888, SDRAM, 16M...

Resolved! Changing screen view when using TouchGFX

Hi,I need to change a screen's look at run time. For example, upon command, change background color of screen1 to a specific color. My problem is that after moving to screen2 and then back to screen1 the new background color is lost since TouchGFX ca...

ari_v2 by Senior
  • 669 Views
  • 2 replies
  • 0 kudos

Resolved! Can you create a momentary button using touchGFX?

I was wondering if it was possible to create a momentary button on a touchscreen using touchGFX? I am interested in using it to activate a pump while pressing the screen. For my application, a momentary button would be better suited than any latching...

SPurd.2 by Associate
  • 1630 Views
  • 6 replies
  • 0 kudos

Is it possible to dynamically add GUI-Objects?

Hi folks,I'm trying to add a set of objects (in this case: a circle) to the GUI, as soon as the user presses a button. Therefore, I'm trying to execute the following code on the button press:touchgfx::Circle circle2; touchgfx::PainterRGB565 circle2Pa...

Support for padding in frame buffer

Referring to application note AN4861https://www.st.com/resource/en/application_note/dm00287603-lcdtft-display-controller-ltdc-on-stm32-mcus-stmicroelectronics.pdfsection 4.5.2 "Optimizing the LTDC framebuffer fetching from external memories" (page 43...

SZano by Associate III
  • 1683 Views
  • 3 replies
  • 1 kudos