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! How to combine TouchGFX , WPAN BLE & Sequencer ?

Hi,In my project, I have an epaper screen driven by TouchGFX (4.22.0), Bluetooth and I try to manage the solution with the sequencer.Without the sequencer and bluetooth, the epaper works fine.I follow this solution Howto combine TouchGFX and WPAN BLE...

arault by Associate II
  • 591 Views
  • 1 replies
  • 0 kudos

Resolved! TouchGFX example question

Hello,Could somebody explain what is the purpose of this second line of code below taken from main.c in TouchGFX example for STM32HB3I-DK?:SDRAM_Initialization_Sequence(&hsdram1, &command);*(__IO uint32_t*)(0xD0000000) = 0x11111122;It works fine with...

RZasa.1 by Associate III
  • 561 Views
  • 2 replies
  • 0 kudos

TouchGFX, Shifted image

Hi I am luisI have tried to test stm32f4r9i-disco evaluation board.I made new stm32f4r9i mcu project and merged stm32f4r9i-disco evaluation code but I have a problem!!  No matter what I modified in the code, I could see the same moved image.please he...

Resolved! Touchgfx automated test

Hi Forum..I would like to know if it exists any commercial tools available for doing some automated test for the gui which is usable in touchgfx.I mean something similar to this done for QT :https://www.froglogic.com/squish/editions/automated-testing...

SGasp.1 by Senior
  • 1260 Views
  • 6 replies
  • 2 kudos

Resolved! Sending an I2C command using TouchGFX UI

Board: STM32F429I-disco1How can I send an I2C command when a button is being pressed? So I set up a FlexButton to act as a toggle button and set its interaction to call a function (ToggleMute) which I would need to implement.My idea was just to use t...

MexiAxel by Associate II
  • 662 Views
  • 1 replies
  • 1 kudos