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

Porting TouchGFX - can't write to screen

Hi everyone!I'm trying to port TouchGFX over to the CoreH743I board and I'm running into some trouble at the step of trying to write to the screen from main memory.https://support.touchgfx.com/docs/development/board-bring-up/how-to/03-display-interna...

GGowi.1 by Associate II
  • 1092 Views
  • 2 replies
  • 0 kudos

Two problems porting TouchGFX to CoreH743I - missing LTDC_IRQHander() and a HardFault during HAL_Init().

Hi,I'm trying to port TouchGFX to the CoreH743I board and I'm following the instructions on how to do that. In part 3 on bringing up the framebuffer I'm running into two problems:The internal CubeMX in CubeIDE is not generating the LTDC_IRQHander() f...

GGowi.1 by Associate II
  • 1684 Views
  • 8 replies
  • 0 kudos

Problems in the beggining when compiling examples

My original problem is when I try to see a GUI example running, when I hit on "Run Simulator" the operation fails and in the detailed log appears the following message:"Generate Assets       make -f simulator/gcc/Makefile assets -j8             0 [ma...

AHern.21 by Associate
  • 1552 Views
  • 2 replies
  • 0 kudos

spurious touchs on spi display

When i the touchscreen on my LCD it occassionally presses somewhere else on the screen to where i have pressed.The simulation on touchgfx works perfectly which means it isnt the code ive implemente in the virtual functions. Only assumption is that th...

MikeP by Senior
  • 1039 Views
  • 2 replies
  • 0 kudos

"Load images into target memory"

Hello, I am trying this example to use LCD_HDMI from STM32Cube repository.Board: STM32H747I-DISCOToolchain: STM32CubeIDESTM32Cube_FW_H7_V1.7.0\Projects\STM32H747I-DISCO\Examples\LCD_DSI\LCD_DSI_VideoMode_DoubleBufferingI am following the guidelines i...

Sayali by Associate II
  • 2022 Views
  • 5 replies
  • 1 kudos

Resolved! Adjusting frame rate fps of display for TouchGFX

Hello everyone, I am trying to adjust the frame rate(to a lower fps) of the display on STM32F429i discovery board. I saw from this manual cd00278141-qvga-tftlcd-direct-drive-using-the-stm32f10xx-fsmc-peripheral-stmicroelectronics.pdf saying there's a...

0693W000001sH0oQAE.png
HPam.1 by Associate II
  • 3031 Views
  • 3 replies
  • 0 kudos

Resolved! Can I change the text rendering?

I want to make a TextBox with a cursor (caret) and would like to change the TextAreaWithOneWildcard. Where can I see the implementation of the draw method? Is this code open?

MWate.1 by Associate II
  • 1247 Views
  • 4 replies
  • 1 kudos