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

Updating elements of ScrollList

Hello! I create CustomContainer1, added to it textArea1 with wildcard bufferI added CustomContainer1 to ScrollList2 and compiled projectI added button1 and want to change item №2 in CustomContainer1 by clicking button1I added Iteraction to button1 - ...

EEuge by Senior
  • 620 Views
  • 7 replies
  • 0 kudos

Keil issues with TouchGFX

hiI'm very new with TouchGFX. I created a simple project with TouchGFX for STM32f746-Disco board and if I run the project through the TouchGFX by Run target, the project will be downloaded to the board completely! But when i compiled the project in k...

A_R by Associate II
  • 575 Views
  • 1 replies
  • 0 kudos

STEMWIN,stm32f407 and ili9325

I am trying to port stemwin to stm32f407vgtx on discovery board. So far I had been able to drive elt240320 lcd with ili9325 driver via fsmc bus. The problem is when I run gui_init(), it fires the hard fault handler. Step by step runing of GUI_X_Confi...

JPEG Encoder

I want to use the OV2540 camera.I can get a picture in the format YCbCr 4:2:2 of OV2540.Can I use the hardware jpeg encoder to receive the jpeg?The camera can give the jpeg right away, but it’s very slow, I want to get an HD 30fps picture and send MJ...

Resolved! Can ModalWindow hijack hardware button handling?

I figured that ModalWindow can hijack touch buttons easily, but how can I do this for hardware buttons?Is the only way to only call custom functions? So that in Designer I always use Interaction to call virtual function1, and route it like this:funct...

Tuoman by Senior II
  • 583 Views
  • 3 replies
  • 0 kudos