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

Dynamic Graph background color

Hello, This seems like a basic question but I can't seem to find an answer anywhere: I'd like to change the background color of the dynamic graph from white to some other color (black ideally). This would be the entire background color I'm after, not...

RichH81 by Associate II
  • 597 Views
  • 2 replies
  • 1 kudos

TouchGFX ButtonController Location

I'm creating a TouchGFX project on custom hardware and I'm a little confused about where to set the button controller for physical buttons.  As far as I can tell from the documentation, the custom button controller needs to be initialized in TouchGFX...

cvanbeek by Associate III
  • 672 Views
  • 2 replies
  • 0 kudos

How to know the active screen from model.cpp

I would like to check which screen is activated from model.cppI tried to use getCurrentScreen() in touchgfx::Applicationhttps://www.touchgfx.com/documentation/html/classtouchgfx_1_1_application_af560e49a149b6d2d0ccffd4ca42e5991.html#af560e49a149b6d2d...

COSEBE by Senior
  • 1332 Views
  • 4 replies
  • 6 kudos

Adding new CustomContainer to ScrollWheel

Hello,I need help how to add new customcontainer to scrollwheel dynamically.First I created customcontainer named MenuElement, add TextArea named textItem and Button named buttonRemove to it.Second I add to screen (menuScreen) scrollwheel element wit...

Screenshot_2.png

Resolved! TouchGFX Riverdi and Github

I am using Riverdi RVT70HSSFWCA0.I am creating a project based on the TouchGFX template. A GitHub repository must be created.After compilation, the project size increased to almost 280 MB.The size of Project_name\CM7\Middlewares\ is 225 MB.What files...