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! Text as a Progress Meter

Hello,I'm looking to create a text area that also acts as a progress meter, with the colour of the text filling and emptying vertically as a progress meter might. Is there any way this is possible?I've attached some concept art for what I'm trying to...

batteryFillSpeed0FullBlackFill.png batteryFillSpeed28EmptyWhiteFill.png batteryFillSpeed37digiFontFullWhiteFill.png
jrf by Associate II
  • 503 Views
  • 7 replies
  • 1 kudos

Resolved! TouchGFX update widget data from main() non-RTOS

I've created a TouchGFX project for an LTDC LCD with a H7a3 Nucleo board.  The project includes a static graph displayed on the LCD.  The project will compile, run and properly display the TouchGFX designed screen with the static graph. Next step wou...

SJR1 by Associate
  • 410 Views
  • 3 replies
  • 1 kudos

touchgfx and usb msc

hello, I need to use both touchgfx and usb msc host with stm32h743 in my project. they work fine separately , but when I add usb to my touchgfx project it does not work(all my usb implementations are based on controllerstech video). Do I need to do a...

Zakba.1 by Senior
  • 801 Views
  • 2 replies
  • 0 kudos

Resolved! Touch gfx code optimization

hello, I'm currently developing an application that features more than 150 screens. However, I've encountered a significant challenge: once I build the code, the overall size exceeds the available flash memory. While I'm using external flash for imag...