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

Resolved! CubeIDE compile error ADC input LCD display

​https://www.youtube.com/watch?v=EbWOv_0Lp-U&t=1873sI watched YouTube and followed it. This is to display the voltage coming into ADC IN0 on the LCD.I used the TouchGFX + CubeIDE compiler, but an error occurred.On YouTube, it compiles normally. Pleas...

Kss.1 by Associate II
  • 2449 Views
  • 12 replies
  • 0 kudos

Does the Scroll Wheel have a scroll bar?

I am sorry if this is a stupid question, but I have been looking for a way to enable the scroll bar on a Scroll Wheel widget. Does this widget have scroll bar functionality?My project will not use touch, so I am intending to use the Scroll Wheel inde...

scottSD by Lead
  • 1143 Views
  • 4 replies
  • 0 kudos

why? TouchGFX compiler throws this error Core/Src/main.c:25:10: fatal error: fatfs.h: No such file or directory #include "fatfs.h"

I am developing a small project to which I decided to add a USB-HOST in MSC (Mass Storage Class) mode, with the intention of adding a USB pen drive, obviously I require the use of FATFS (USB-DISK mode) drivers. However, the Touch v4.14 compiler gave ...

Resolved! STM32F7 LCD flickering peoblem

Hi,I'm working on a project with STM32F746 and touchGFX. When I move (use move mixing) some widget witch its alpha value isn't 255 or change screen, the screen is flickering. I'm using an external frame buffer(SDRAM) and I did LTDC layer settings as ...