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

PN532 SPI and LTDC non compatible

I am currently using Pn532 nfc SPI and lvgl for the display in STM32F469. I am using freertos to run both pn532 and lvgl display at the same time. But i have problem where i am using HAL_LTDC_Init(), the nfc wont read the card. Can someone help me ab...

BAl K.1 by Associate III
  • 408 Views
  • 0 replies
  • 0 kudos

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
  • 929 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
  • 581 Views
  • 4 replies
  • 0 kudos