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

Heap Screen Storage Issue

Hi, I am currently trying to implement QRCode from qr-code-generator-library to display it on STM32F429I-DISC1 with TouchGFX. When I run it in the simulator on TouchGFX simulator it runs normally, but when I run it on the board it only shows whitescr...

Screenshot 2023-08-18 135216.png Screenshot 2023-08-18 135422.png Screenshot 2023-08-18 135509.png
Eshya by Associate
  • 621 Views
  • 1 replies
  • 0 kudos

Resolved! TOUCHGFX While loop issue

Hello guys, I have a question. I am using touchgfx. When I use the while loop in my Model.Cpp file, the application stops. It does this without entering the while loop. Can't use loops in Model.Cpp? Do you have any knowledge about this topic?

amorftor by Associate II
  • 894 Views
  • 1 replies
  • 0 kudos

scrollList HighLight scrolling item

hi all, I need to highlight an item in a scrolllist using two buttons that start scrolling up and down. I managed to implement the routine but I have problems as soon as the system passes into the area of the list that is not yet displayed. Does anyo...

Click on a widget without touchscreen

Hi,For a device without touchscreen, I'm prototyping a GUI using a clickable wheel as user input. A red box is used as visual focus on widget. I tied the following code to deliver a programmatic click :void navScreenView::selectClicked(){ Rect cli...

Fribes by Associate
  • 557 Views
  • 1 replies
  • 0 kudos

Customized Nucleo board with changed MCU

Hello,I'd like to customize one of the current available demoboard (NUCLEO-G071RB) changing the MCU with a compatible one which I have purchased (STM32G0B0RET6).I've mounted this pin-to-pin compatible MCU (according to CUBEMX) on the aforementioned N...

Madrac by Associate II
  • 669 Views
  • 2 replies
  • 0 kudos

Resolved! stm32H743ZI TouchGFX FrontendHeap HardFault

I have an Error using a Custom Board with a STM32H743ZI controller.First a want to use the internal Flash and RAM_D1 for the TouchGFX App but i always get a Hardfault on LineFrontendHeap& heap=FrontendHeap::getInstance();__HAL_RCC_CRC_CLK_ENABLE(); i...

PPete by Associate III
  • 767 Views
  • 1 replies
  • 0 kudos