STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! TouchGFX Designer Default Canvas Buffer Size 0

In TouchGFX 4.20 designer my pages mostly have default 7200 canvas buffer size but some pages default canvas buffer size seems 0 like below;If I do not add a canvas size to these pages manually, this causes errors. Why does this happen on some pages ...

0693W00000YAfsWQAT.png
afergan by Associate II
  • 1035 Views
  • 3 replies
  • 0 kudos

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
  • 634 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
  • 777 Views
  • 4 replies
  • 0 kudos