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

Hi Everyone, I'm total rooki, I just start in stm32 an TouchGFX when I push my "buttonWithIcon1" I need reset on my pin PD6 and otherwise see myscreen2View.cpp for example:

void Screen2View::up1(){   if (buttonWithIcon1.getPressedState()==true) HAL_GPIO_WritePin(GPIOD, GPIO_PIN_6,GPIO_PIN_RESET);   else HAL_GPIO_WritePin(GPIOD, GPIO_PIN_6,GPIO_PIN_SET);}what is wrong, thans for help

LKlen.1 by Associate
  • 740 Views
  • 4 replies
  • 0 kudos

Multiplexed OctoSPI with LCD 800x480 on STM32H7A3

We are planning a new project and would like to know if the following configuration would work: SMT32H7A3 CPU (280 MHz)Multiplexted HyperRAM and HyperFlash via OctoSPI2 LCD module (LTDC) 800x480 with TouchTouchGFX Graphical user interfaceHas anyone e...

GS1 by Senior III
  • 890 Views
  • 4 replies
  • 0 kudos

STemwin background color of a text

Hi thereI'm currently working on a simple project and it is a simple 7inch LCD using a STM32H743IIT6 board.I used GUIDRV_LIN for display driver. and I have set all the LTDC and FMC, etc. here are my issues:1- first: in a simple window I have some TEX...

Ala by Senior
  • 477 Views
  • 0 replies
  • 0 kudos