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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

Update texts in a scrollist embedded in a scrolllist

Hello, I created a scrolllist where each item (container) contains a scrolllist with subitems (containers).Items and subitems have text areas which need to be updated. I know how to update texts in the items using "ScrolllistUpdateItem" in the Screen...

PDe N.1 by Associate
  • 879 Views
  • 2 replies
  • 0 kudos

Persistent data

Hi,I am developing a small application on a STM32f746-disco, some parameters of which can be modified. I would like to store the modified parameters of this in memory in order to retrieve them on restart.As a maker beginner I am a bit confused on how...

Command line too long with GCC toolchain on Windows

I'm compiling the demo "TouchGFX Demo 2" (the one with the carousel: 2048 game, bird-eat-coin, home automation, ...).I also have a few peripherals/libraries in the project (freertos, mbedtls, lwip, fatfs, ...).This results in a large number of .o fil...

SZano by Associate III
  • 1603 Views
  • 2 replies
  • 0 kudos

Resolved! How to keep the last item of a scroll list keep at the bottom of list? (Not solved yet. When using setWindowSize, there are some error.. Please help me!! ) ==>Solved.

Dear TouchGFX team,After I made 6 items for a scroll list, I made them to show 3 items on a sreen.When I dragged to the top, the 1st, 2nd and 3rd item showed as I expected. And when I dragged to the bottom, I expected the last 3 items ( 4th, 5th and ...

JPark.14 by Associate III
  • 1889 Views
  • 5 replies
  • 0 kudos

BSP_LCD & GUI_ Functions cause HardFault

hello everyone,I'm getting this error; when I debug then launch the program, the GUI_ functions cause a hardfault, so I tried to change the main to start with the following (shown in the figure) with the BSP_LCD functions but I get same problem, how ...

0693W000002lC18QAE.png 0693W000002lBzCQAU.png 0693W000002lC0eQAE.png 0693W000002lC0yQAE.png
idrissmc by Associate III
  • 774 Views
  • 3 replies
  • 0 kudos

Resolved! Can I and how to use STM32WB and the digital camera module with DCMI interface to take a photo only

I want to make a simple device to taking only photo and make decisions based on the photo. I would like to use the STM32WB as it has internal bluetooth modul. The camera module supports DCMI. The device will run on battery. After a few days of search...

PawelM by Associate III
  • 1721 Views
  • 4 replies
  • 0 kudos

STM32F746 ADC DMA buffer overrun when TouchGFX starts

I use a stm32f746 disco board and try to set the adc at a sample rate of 1.8 MPS. The dma transfers starts correct (I toggle a gpio pin in the convert call back to check the samplerate). I start the adc dma before touchGFX is started but as soon touc...

PHoll.1 by Associate II
  • 1098 Views
  • 3 replies
  • 0 kudos

How to use SDRAM instead of internal RAM

Hi, I'm using touchgfx on STM3F746-Disco kit, and I'm having some trouble with internal RAM, it's too small for my application. So I'm trying to configure my project to use SDRAM instead of internal RAM. And I mean my variables get auto allocated on ...