STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

Touch GFX with SPI Display.

Hi Community,I have followed the following link https://www.youtube.com/watch?v=suMytEyQTP4&t=774s and got the output (SPI display interfacing with Touch GFX). Now I wanted to use the single framebuffer strategy to get the same but no output. So, an...

Vins by Senior
  • 653 Views
  • 2 replies
  • 0 kudos

Resolved! Stop getting two gesture events from one gesture

On a screen, I use the function handleGestureEvent. Inside this function, I have an if-else to differentiate between horizontal and vertical swipes:void handleGestureEvent(const GestureEvent& event) { if (event.getType() == GestureEvent::SWIPE_HO...

Pirol by Associate III
  • 892 Views
  • 6 replies
  • 0 kudos

Adding canvas "containers" at run-time

For a job commissioned by a client, do I need to add a widget on a page to Run-time.If I don't find a solution, I'm forced to abandon TouchGFX (which I find very versatile), and migrate to another platformIs there an example?Is there any documentatio...

DDi S.1 by Associate III
  • 705 Views
  • 3 replies
  • 0 kudos

Hello, I have initialized 2 layers on my stm32f429. I want to make the second layer which is an image with resolution 274*184 to be written line by line: here is my code ...Can you help me to do it? when I compile the code, it loads immediately.Thanks

LTDC_InitTypeDef LTDC_InitStruct; LTDC_Layer_InitTypeDef LTDC_Layer_InitStruct; Delay_us(2000000); LTDC_LayerCmd(LTDC_Layer2, ENABLE); LTDC_ReloadConfig(LTDC_IMReload); for(int i=0;i<=184;i++){ Delay_us(1000000); LTDC_Layer_InitStruct.LTDC_CFBLineN...

nsabo.1 by Associate II
  • 408 Views
  • 1 replies
  • 0 kudos

interaction in button in touchgfx not work

I have setting a button with it's interactionWhen I touch the button is detected (the picture of it changes) but the interaction of the button (calling function) not worksI tested in keil and stm32cubeide but the problem doesn't solvedcan everybody h...

jhasa.2 by Associate III
  • 654 Views
  • 3 replies
  • 0 kudos

TouchGFX - reducing flash consumption

Hi,I am trying to implement simple GUI with TouchGFX 4.20 on STM32F303 MCU. I have limited amount of memory for GUI. Even few kBytes important. When I look memory consumption of TouchGFX I see weird functions that I don't call or not to use some widg...

0693W00000SvmQmQAJ.png
SSone.1 by Associate III
  • 680 Views
  • 1 replies
  • 1 kudos