STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LAST DAY to join the TouchGFX contest!

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

Is it possible to drive a TouchGFX Application without actually having to touch or press a button on the display?

I have developed a device able to measure acceleration, so I essentialy have a GUI with a "start", "stop" buttons and also a text buffer showing the result of the last measurement.When I press the start button, a measurment starts and it keeps going ...

Ajudi.1 by Associate II
  • 716 Views
  • 2 replies
  • 0 kudos

Touchgfx 4.16.1 on stm32h735 demo board work with Text and Font in internal flash but not with text and font in External flash. The images assets in external flash have never problem. Why?

My application demo is very simpe.I'm started with Cube MX 6.2.0 and the last stm32H7 Hal library available.I'm started with eval kit configuration pinout and I work with the STM32H735IGK6 eval kit.I have created a very simple application TouchGFX De...

RGenn.1 by Associate II
  • 790 Views
  • 0 replies
  • 0 kudos

Resolved! problem with handleDragEvent

Hello, when I use handleDragEvent and handleClickEvent, widgets such as buttons and sliders that need to be clicked and dragged no longer work. How can I solve this problem?

mbagh.1 by Senior
  • 774 Views
  • 2 replies
  • 0 kudos

How do I set the Model::Tick() cycle in TouchGFX?

There is a Model::tick() timer function in TouchGFX.I wonder if it is possible to set the calling period of this function.In my program now it is repeated every 0.285msec. I want to change this to be called every 15msec, so please give me advice on w...

PKunK.1 by Associate III
  • 3751 Views
  • 3 replies
  • 0 kudos

How to transition screen, without the designer

Hi,I have a screen that no other screen would transition to it with the help of interactions in the designer,I know I can transition to other screens with the help of this functionstatic_cast<FrontendApplication*>(Application::getInstance())->goto...

freertos and uart

I am trying to capture UART message once a button is pressed. I have implemented the functions to do that and while debugging i see the steps required to do that.However, when the UART communication happen, i get strange messages (check photo)Note: i...

BHure.1 by Associate III
  • 2301 Views
  • 8 replies
  • 0 kudos

Resolved! How connect SMT32L476 to LCD display with FSMC

Dear all,I am trying to connect the STM32L476 with a display LCD (https://www.winstar.com.tw/it/products/graphic-lcd-display-module/display-lcd-240x128.html) by using FSMC.I read a lot of post and application note (first AN2790) but I really don't un...

warcomeb by Associate
  • 906 Views
  • 3 replies
  • 0 kudos