STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

STM32H7BI-DK hardfault with bigger screen size

Hello I'm working with the STM32H7B3I-DK. So far so good.But for two days I try to increase the size of the screen (to test a bigger display in a second time).The problem is that I get hardfault when FreeRTOS starts.New config is as follow (only what...

0690X00000DYRcWQAX.png
PCu1 by Senior
  • 580 Views
  • 3 replies
  • 0 kudos

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
  • 2354 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
  • 963 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
  • 965 Views
  • 4 replies
  • 0 kudos