STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 1441 Views
  • 0 replies
  • 2 kudos

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

How to get current videobufer (videopage)?

Hello!I have a 3D libray, which generates pixeldata.I didn't found functions or widgets, which allow to draw on it's canvas.So, I want to direct write image to memory.Like thisfor(uint16_t x = 0; x <= 700; x++) for(uint16_t y = 0; y <= 200; y++) ...

EEuge by Senior
  • 200 Views
  • 0 replies
  • 0 kudos

Error when updating while using dfu bootloader.

​I'm using the dfu bootloader, but I can't figure out the cause.​I entered the address value of the bootloader as well as the address value (0x08010000) of the application and the offset after viewing several posts.​It works if you proceed with the f...

Cwonh.1 by Associate
  • 404 Views
  • 1 replies
  • 0 kudos

STemWIN does not work on STM32L4R9-DISCO

I'm trying to start the Hello World application and the application generates HardFalut when calling the function GUI_DispStringHCenterAt. While debugging it seem that within the library function GUI__GetLineDistX a call to null pointer function happ...

bkupev by Associate
  • 248 Views
  • 0 replies
  • 0 kudos

Resolved! About using variables in TouchGFX

folder is model ,main_page_screen, pw_touchgfxactivev_screen.​I want to use the variables A declared in the model in main_screen and pw_page_screen. I don't know how to declare variables and how to use them.​For example, variable A is declared in mod...

0693W000006I3BmQAK.png
PKunK.1 by Associate III
  • 1251 Views
  • 7 replies
  • 0 kudos

Weird bug in custom keyboard

I am creating a custom keyboard following the example provided.The code in the example is simple to understand and follow.However, in my custom keyboard the following function behave weirdlygetBufferPosition()I have 2 callback areas in my keyboard, o...

0690X00000A9cDfQAJ.png
Labels