STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32H747I DISCO Run Target Errior

Hello, Now I'm using stm32h747I DISCO to display something.but when I push Run target button, following Error has occured.I'll waiting your help.---------------------------------------------------------------------------------------------------------...

Resolved! Decimal point vs. decimal comma in TouchGFX

I have a very simple question and I hope there is some simple answer.After creating translations in TouchGFX, we noticed that numbers can be display either using decimal points ($12,333,444.00) or using decimal commas (12.333.444,00€).When I change t...

VSimu.1 by Associate III
  • 887 Views
  • 3 replies
  • 0 kudos

Resolved! How to show a text from a file (FatFs)?

I would like to show a text from a .txt file (FatFs).The .txt file contains a log of the HMI, so it gets every time bigger.Is there any solution to show any dynamic text?I can do it with a wild card and set the buffer size very high. But someday the ...

Resolved! STM32CubeIDE and TouchGFX integration queries.

Ok, so I'm finding my way through STM32CubeIDE, MX and TouchGFX. I've read a lot, whatched videos and read tutorials. Cutting to the chase, I'm using a 747HDisc0 board, STM32CubeIDE v1.4.0 and TouchGFX 4.14.4. I'm obviously trying to use them togethe...

NTipp.1 by Associate III
  • 1698 Views
  • 9 replies
  • 0 kudos

Resolved! Is it not possible to have a scroll list (vertical) with a scrollable container (horizontal only) within the item template?

I would like to achieve scrolling to the left on an item in the scroll list will reveal a set of buttons that can perform some operations on the item. As you can see on iOS.The scrollable container dosen't seem to receive horizontal scroll.Is there a...

TDahl by Associate II
  • 800 Views
  • 2 replies
  • 0 kudos

How to configurate my custom project with TouchGFX engine and design for STM32F4 (I am use RTOS) with LCD controller SSD1963 over 8080 interface (i am not use DMA)?

My config:I am use FSMC for communication over intel 8080 without DMA with SSD1963 LCD driver;My custom display 100x100 pixels;I am not use touch;I am use internal framebufferI am configure my project with as: https://support.touchgfx.com/docs/devel...

EHay.1 by Associate III
  • 1418 Views
  • 7 replies
  • 0 kudos

TouchGFX, how to draw images in A4 or A8 format?

HiIt seems that ChromART supports A4 and A8 formats very well, but I haven't found a way to draw dynamic bitmaps that use either of these formats -- it fails on an assert.Glyphs can use both of them (efficiently), so there must be a way to do it? So ...

Gom by Associate II
  • 450 Views
  • 0 replies
  • 0 kudos

Resolved! Why not call buttonCallbackHandler in touchGFX?

Hello! In project i am get in interrupt touch coordinate and handled in STM32TouchController::sampleTouch:bool STM32TouchController::sampleTouch(int32_t& x, int32_t& y) { /** * By default sampleTouch returns false, * return true if a to...

EHay.1 by Associate III
  • 875 Views
  • 2 replies
  • 0 kudos

STM32F746 board ADC value LCD display

Dear allDisplaying analog voltage value on TouchGFX GUI using STM32F746G-DISCO kit.I watched YouTube and followed it.The ADC input is up to 3.3V, but the value displayed on the LCD is displayed in a very large number. The ADC is 12 bits and the outpu...

0693W000003R6mRQAS.jpg
Kss.1 by Associate II
  • 811 Views
  • 1 replies
  • 0 kudos