STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

Touchgfx color inversion

We are working on the TouchGFX with STM32H7 controller , able to display the images but colors are getting inverted on the LCD. TouchGFX and LTDC configuration looks fine. So what may be the issue.For Black <--> White Blue <--> Yellow Re...

KM L.1 by Associate II
  • 681 Views
  • 3 replies
  • 0 kudos

Resolved! H750 PartialFrameBuffer

I use H750VBT6 FMC driver 800 * 480 LCD, due to internal SRAM is less than 800 * 480 * 2, so use PartialFrameBufferManager method.Because there is no TE pin in my LCD module.So I selected disabled when Cubemx generated the Partial Framebuffer VSync o...

lxw by Senior
  • 1264 Views
  • 6 replies
  • 0 kudos

fastest method of drawing one pixel

Hello! I have a good 3d library https://github.com/FabioRM/dsp3D The author of the library ran it on STM32F746 . The library has the functionvoid dsp3D_LL_drawPoint(uint32_t x, uint32_t y, color32_t color) { if(x < minX) minX = x; if(x > maxX) ...

EEuge by Senior
  • 563 Views
  • 5 replies
  • 0 kudos

Highlight a character within a text

I would like to highlight a single character within the text of a flex button. In my application I have an encoder with a button, which can change the numerical value displayed in certain increments, and I would like to switch the position of the hig...

AWies.1 by Associate III
  • 1015 Views
  • 9 replies
  • 0 kudos

Resolved! AnalogClock and handleTickEvent()

Hi all,I would like to know how to use "handleTickEvent" on AnalogClock.I draw a screen with a Analog but thisone never upate itself.I see other examples witch use handleTickEvent to execute a new render but all has the same configurations..The stra...

MPast.1 by Senior II
  • 572 Views
  • 4 replies
  • 0 kudos