STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

can do create another cpp file like screenview?

​hi everyone. I have a screen what has a many elements inside. Therfore, screen has very long kode that difficult to control. I want to group some of this code in another cpp files. This new cpp file should be like original screenView.cpp. I want to ...

Remote screen rendering using STM32 MCU

Hello, I am working on a project where I need to render a computer screen over internet on an LCD controlled by STM32 MCU, like logging to a remote computer from your computer using teamviewer, SVN or remote desktop. The LCD I will use is 13.3inch wi...

stm32f469i disco cubemx setup

Hello, I am trying to set up the correct cubemx parameters for the stm32f469i disco development board. I have used the stm32f769i disco cubemx set up found on the touch gfx resources as this has the same size display. The display is 800 wide and 480 ...

Missing ClickEvent::RELEASED event on Button

Hi,I'm struggling with a missing event in my application.As far as I can see, the touch HW is generating the touch event, the touch controller's "sampleTouch" method is signalling the event to the library correctly, the view is detecting the PRESSED ...

TouchGFX Designer project and Git

Hi,We are developping a touchgfx project in team.We use github and each time we want to merge branch, we have a problem with touchgfx file and texts.xls file.How to develop as a team on touchgfx?Regards,Sébastien

COSEBE by Senior
  • 585 Views
  • 1 replies
  • 1 kudos

STM32L4R9 Disc External PSRAM and octo SPI Flash

I'm complete new for STM32L4R9 Disco. I found on the board, the PSRAM chip has two component marks U5 U6. But in its schematic, U5 and U6 are the independently chips. Also the OctoSPI flash on the board has two component marks U23 U24. Why?Indiationa...

Resolved! How can I replace Texts on a running Device?

Hello all,I will replace Texts on a running device. I'm using a STM32F7 and a external Flash to store Texts, Fonts and Bitmaps. For different variants of the device, we have to replace some of these Texts, Fonts and Bitmaps in the production line.The...

ARied by Associate II
  • 1089 Views
  • 5 replies
  • 0 kudos