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

Scroll list add/remove

Hi everyone,i would remove or add a object in a scroll listI try to useparamScroll.remove(*paramScrollListItems.getDrawable(0)); paramScroll.add(*paramScrollListItems.getDrawable(5));but it don't work.paramScrollListItems is a DrawableListItems.How c...

apll by Associate II
  • 1950 Views
  • 13 replies
  • 0 kudos

STM32F469I-Disco: Only 3/4th of screen drawing

I have created a simple project. So far only has 3 screens, each a box filling the screen of different colours. I simply use 'Interactions' to toggle between each screen every 2 seconds. On start-up the complete screen is drawn. On each subsequent sc...

0690X000008vwfAQAQ.jpg 0690X000008vwfKQAQ.jpg
Matt3 by Associate II
  • 392 Views
  • 2 replies
  • 0 kudos

STM32H743 QSPI function

Hi all I want to know where should I use QSPI function?TouchGFX has initialized QSPI but it doesn't callFor my demo project my STM32H743eval LCD only onBut image not showing.How to solve this?

0690X000008w1zqQAA.png 0690X000008w1yOQAQ.png 0690X000008w1zbQAA.png
ggyy426 by Associate II
  • 1635 Views
  • 13 replies
  • 0 kudos

Touch Interrupt Problem

Hi professors,I am using STM32H743 with my development board,and I am trying to build a Interrupt for the touch function,codes are down below.By the way, the code is generated by TouchGFX and Board STM32H743I_EVAL.Pin definedInterrupt function in C++...

0690X000008AtMKQA0.png 0690X000008AtMyQAK.png 0690X000008AtNNQA0.png 0690X000008AtNSQA0.png