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

How to use Canvas Widgets?

Hi.I would like to know how to use Canvas Widgets from scratch. Especially this Widget: https://github.com/touchgfx/touchgfx-open-repository/tree/master/widgets/GaugeI already read the readme.md from open repository and also ​this post https://touchg...

JGonz.2 by Associate II
  • 2493 Views
  • 10 replies
  • 0 kudos

TouchGFX Designer Project (using a template) import into STM32CubeIDE to build, debug & flash via ST-Link V2

Good afternoon,I was trying to find a step by step tutorial on how to import a Project using TouchGFX Designer with a given template (e.g. STM32F746G Discovery Kit), using some matching UI Template, generate code and afterwards import the project int...

0690X00000DXSuyQAH.png 0690X00000DXSvIQAX.png 0690X00000DXSuKQAX.png
RHug.1 by Associate II
  • 1039 Views
  • 3 replies
  • 0 kudos

I would like to display a "waterMark image" on the specific condition and remove the "waterMark Image" on some other condition.

Hello Community,I am using "STM32F746G_Disco" development kit.I would like to display "WaterMark Image" on specific condition .On specific condition, i need to display image, so i am using below API.image.setBitmap(Bitmap(Image_ID));image.invalidate(...

STM32F746G-DISCO Touchscreen gestureId issues

Hi,I'm working on a project which needs to ​get the gesture of the user on the touchscreen.Apparently the "BSP_TS_GetState(TS_StateTypeDef *TS_State)" function fills a structure of TS_StateTypeDef type.typedef struct { uint8_t touchDetected; uin...

BJAUM by Associate
  • 1016 Views
  • 4 replies
  • 0 kudos

Resolved! ScrollList scroll over bottom

For example, I have a ScrollList with visible rows of 10, and have 20 rows(number 1 to number 20) content inside it, not circular. When scroll up, it will show row numer 20 at top and 9 empty row space.What I expect should be, it shows row 11 to row ...

shark by Senior
  • 599 Views
  • 2 replies
  • 0 kudos

Updating elements of ScrollList

Hello! I create CustomContainer1, added to it textArea1 with wildcard bufferI added CustomContainer1 to ScrollList2 and compiled projectI added button1 and want to change item №2 in CustomContainer1 by clicking button1I added Iteraction to button1 - ...

EEuge by Senior
  • 898 Views
  • 7 replies
  • 0 kudos

Keil issues with TouchGFX

hiI'm very new with TouchGFX. I created a simple project with TouchGFX for STM32f746-Disco board and if I run the project through the TouchGFX by Run target, the project will be downloaded to the board completely! But when i compiled the project in k...

A_R by Associate II
  • 797 Views
  • 1 replies
  • 0 kudos