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

Does the DBANK bit should be activated while using firmware on one bank or firmware size over 256 KB ?

Hi everyone,I have some misunderstanding about the use of the DBANK bit of the configuration bits.I have a costomized SPI bootloader located at address 0x0800 0000 and an Application starting at 0x08005000. So both are located on the Bank1. I made th...

MAmem.1 by Associate III
  • 2026 Views
  • 8 replies
  • 1 kudos

Resolved! Dynamic graph Y min and max labels.

Hi! I have a dynamic graph that I want to autoscale depending on max and min of the curve. So each time I get a new value I redraw the graph with the new Y range. I also want my graph to have two Y Axis labels: min and max. How do I achieve that? For...

MNema.1 by Associate II
  • 1415 Views
  • 4 replies
  • 0 kudos

RGB888 vs RGB565 Display type configuration in CubeMX

Am working on STM32H745BIT6 device with 16bit external SDRAM, 800x480 resolution RGB parallel TFT-LCD. On the Hardware all 24 RGB lines are connected to LCD.and LCD also supports 24 RGB. Plan to use TouchGFX for developing application.For using 565 c...

ATank.1 by Associate III
  • 3386 Views
  • 2 replies
  • 0 kudos

Resolved! Bug when generating projet for STM32 with TouchGFX

HelloI'm working on a F412G-Disco board, with a TouchGFX application. When generating the initialisation code with MX, in the Core inc directory, MX generate a nema_hal.c fileIt contain only a file header. So, this is not a big problem but it is ann...

ANauz.1 by Senior II
  • 1423 Views
  • 7 replies
  • 0 kudos

How to get keypad input as hex

Hello everyone.​I Tried shared widget keypad with numbers. My question is how can get to hex from wildcard Unicode::UnicodeChar. Idea is to send simple CANBus message where is 9 wildcard input buffers and after char input it saves chars to a gui and ...

GunGo by Associate
  • 963 Views
  • 2 replies
  • 1 kudos