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

STM32L073 LCD Flags FCRSF and RDY flag not set

Hello, I've a smal implementation for the STM32L073 without using of the HAL. For the configuration of the LCD peripheral the flags FCSRF and RDY not set.I see that the flag FCSRF is reset during writing new values in the register FCR. The MCU have t...

bm2 by Associate III
  • 418 Views
  • 0 replies
  • 0 kudos

Two task in touch gfx

Hi, I'm using FreeRtos v1 , my board is stm32f429... . I have to thread in main.c and I generate them by stm32cubemx ...in one thread I have a touchgfx process . Other is a task for ethernet . Both of them have a same priority and the stack size of t...

S_bgh99 by Associate III
  • 639 Views
  • 3 replies
  • 0 kudos

Inverting colors

Hello, I have a 1bpp display and would like to invert the colors on all screens programatically. I've tried in a) getColorFrom24BitRGB(uint8_t red, uint8_t green, uint8_t blue) by XORing with 1, which is ok except for bitmapsb) TouchGFXHAL::flushFra...

Using a Touchscreen with Stemwin.

Hello all. I am using an STM3220G-EVAL board with 3.2" TFT and resistive touchscreen. I am using STEMWIN and would like to use the touchscreen. Can anyone point me in the direction of examples of using touch controller with this particular graphics l...

defacato by Associate II
  • 406 Views
  • 1 replies
  • 0 kudos

Resolved! Dynamic bitmap in background

Hello,I used the following article to have a dynamic bitmap on the screen:https://touchgfx.zendesk.com/hc/en-us/articles/207460605-Dynamic-Bitmaps-Load-images-at-runtimeThen I draw a screen in touchgfx designer (attached designer.jpeg) where I would ...

DVale by Associate II
  • 1714 Views
  • 6 replies
  • 0 kudos