STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

Fonts Installed in Windows Not Showing in TouchGFX

I installed the Google Roboto font family in Windows 10 and the fonts all show up in Word, Open Office, and other text-based apps. However, I can't seem to get them to show in TouchGFX, despite reboot, restart, etc. All other Windows fonts show in To...

DSwea.1 by Associate III
  • 647 Views
  • 1 replies
  • 0 kudos

Resolved! How to change keyboard size

This is using the basic keyboard example project, and I am trying to make the keyboard larger. So I have gone in and changed all of the values in keyArray in KeyboardLayout.hpp, as well as change the keyboard.setPosition call to have the the appropri...

0693W00000GXRdtQAH.png 0693W00000GXRdeQAH.png
CBurk.2 by Associate II
  • 697 Views
  • 1 replies
  • 0 kudos

How to declare image to allocate memory space in SDRAM?

Hi guys,I use STM32F429+stemwin GUI. I have many image to show on display. Due to space limitation, I try to declare image to allocate memory space in SDRAM as following line:unsigned char _acMY_LOGO[]__attribute__((at(SDRAM_BANK_ADDR + IMAGE1_ADDR))...

Javad by Associate III
  • 905 Views
  • 3 replies
  • 0 kudos

Resolved! Touchgfx display is not displaying anything

Hello,I am working on a project with stm32f769i-eval and touch gfx designer(4.13.0) .I select my board as application template then I try both using a blank template or any of the examples that are provided.After generating the code, I try to run the...

ITena.1 by Associate II
  • 5057 Views
  • 25 replies
  • 0 kudos

Resolved! Which fonts are in TouchGFX by default?

Our designer can't access TouchGFX Designer directly for font selection.So we need a list of all fonts which are in TouchGFX designer by default to provide him for selection.Unfortunately I did not find such a list online (e.g. on Texts and Fonts | T...

AUnte.1 by Associate II
  • 628 Views
  • 1 replies
  • 0 kudos

error in TouchGFXDesigner

I created a project in STM32cubeIde to which I connected a graphic but when I generate in code in TouchGFXDesigner 4.17.0 I fail returning this error how can I solve itGenerate Code Generate Done Generate Assets make -f simula...

Icont.1 by Associate II
  • 337 Views
  • 0 replies
  • 0 kudos

STM32CubeIde project with TouchGfx

I have a project created with STM32CubeIde 1.7.1 in which through the configuration of the.ioc file I initialized a TFT screen. I followed a tutorial to make the correct configurations : https://www.youtube.com/watch?v=SRQD8JMeg_k but at the time of ...

0693W00000GXM0cQAH.png
Icont.1 by Associate II
  • 389 Views
  • 0 replies
  • 0 kudos

touchGFX call stack is not entering tick function

hello.touchGFX in the project I set is not going to tick. it is going to :touchgfx::HAL::taskEntry() , OSWrappers::waitForVSyncI need it to go to :touchgfx::HAL::taskEntry() , touchgfx::HAL::tick() , FrontEndApplication:handleTickEvent(), Model:tick(...

Eblec.1 by Associate II
  • 474 Views
  • 0 replies
  • 0 kudos