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

Hello to everyone. I am working with STM32F429 mcu on Touchgfx. I am using a 7inch screen. I am using W25Q128 external flash. Couldn't integrate with Touchgfx. I could not integrate the MB1642BDataReader library in the STM32G0 example into STM32F429.

Hello to everyone. I am working with STM32F429 mcu on Touchgfx. I have successfully run the Touchgfx. I am using a 7inch screen and sending images line by line with DMA. I want to use an external flash as I have too many images to use. I am using W25...

MKoca.1 by Senior
  • 533 Views
  • 1 replies
  • 0 kudos

4-lane MIPI with STM32F769 Disco

Hi Everyone.I have plan to develop custom board based on kit STM32F769 Disco.TFTLCD I use in this project is 4-lane MIPI (https://focuslcds.com/content/E70RA-I-MW1530-C_Spec.pdf)But as we know STM32f769 Disco only have 2-lane MIPI.So I'm wondering wh...

HAnh by Associate III
  • 1813 Views
  • 4 replies
  • 0 kudos

Resolved! .bdf fonts not working?

Documentation claims:The Font Converter accepts   TrueType (.ttf) OpenType (.otf) Glyph Bitmap Distribution Format (.bdf).I tried to use fonts from:https://github.com/farsil/ibmfontsI put fonts into folder: myproject\TouchGFX\assets\fontsAfter restar...

Tuoman by Senior II
  • 2265 Views
  • 9 replies
  • 0 kudos

How to interface multiple buttons (custom keypad with 12 keys) with touchGFX on a STM32h743bi (320x240) custom board?

Hi Team,as shown above image, I need to implement custom keyboard through hardware buttons,example if press first button at one time 'A' should display, if press continuous two times 'B' should display ,and .i need to display every button values ...

0693W000008vsXFQAY.png
HR M.1 by Associate II
  • 969 Views
  • 3 replies
  • 0 kudos

Resolved! Variables from Screen1ViewBase are not accessible from Screen1View. I get "VariableName" was not declared in this scope.

I have a variable declare in protected area of the Screen1ViewBase Class: "touchgfx::IconButtonStyle< touchgfx::ClickButtonTrigger > BlinkyAlertIcon;" and I want to use this variable in Screen1View which is publicly derived from Screen1ViewBase. I re...

CStir.1 by Associate III
  • 1503 Views
  • 6 replies
  • 1 kudos