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

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
  • 522 Views
  • 3 replies
  • 0 kudos

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
  • 1105 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
  • 542 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
  • 904 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
  • 309 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
  • 589 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
  • 493 Views
  • 1 replies
  • 0 kudos

Are there any training resources or articles that would help me inferface my NUCLEO-L053R8 to a segment LCD display using STM32CubeMX code?

I have a NUCLEO-L053R8 and a segment lcd display. I have generated the code with STM32CubeMX and connected up the wires.I am a bit confused as to how I implement the HAL_LCD_Write function, specially what your supposed to put in the RAMRegisterIndex,...

RHayn.1 by Associate
  • 482 Views
  • 1 replies
  • 0 kudos