STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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 debug 071RB touchgfx demo code on IAR IDE?

Hello,I am trying to debug Nucleo_017RB touchgfx demo code with IAR IDE.After build on IAR, I tried to debug Nucleo071RB but failed at ext-flash programming stage. I guess IAR(v9.10.2) do not have right flashloader file.So when I tried to debug it wi...

Tiel by Associate II
  • 451 Views
  • 3 replies
  • 0 kudos

Hello, I download the material available in the example about workshop2020 touchFX in youtube link: https://www.youtube.com/watch?v=rYrRjXyAYvs Compiling with STCubeIDE the projects generates some error.

I unzip the project STM32H7BWorkshop2020_labs12 i open the touchGFX project with new version 4.17. I apply  the advice suggested to convert project from vers 4.13 to 4.17 e regenerate the code.then i open STmCUBE IDE but when i built the project it g...

0693W00000FDZ8LQAX.png
EMir.1 by Associate II
  • 1814 Views
  • 13 replies
  • 0 kudos

Black screen after running target

Hello :)I was doing setup from that tutorial on STM32F7508-DK:https://www.youtube.com/watch?v=2LQpaz44Ug4&ab_channel=STMicroelectronicsI replaced ADC with I2C and make callback from Master Receive instead of ADC Callback.void HAL_I2C_MasterRxCpltCall...

0693W00000Hq6odQAB.png
AWe.1 by Associate II
  • 673 Views
  • 3 replies
  • 0 kudos

Resolved! Download stall ...

After a good starting download stall ...Either with firefox or google under ubuntu 20, it is the touchGFX designer 450Mo.Regards.JP

Xynium by Associate III
  • 964 Views
  • 5 replies
  • 0 kudos

Touchgfx Touch Panel Routine

Hello Dear Engineers,I am looking for a standard touch handling routine using Touchgfx. The touch panel I am using is resistive which is handled by XPT2046 (TSC2046). The touch controller IC is controlled by SPI.The main problem I have been encounter...