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

Generic error dialog and TypedText structure

Hi everyone, I am currently trying to write a generic error dialog for displaying messages to users. To achieve this, I created a container with a TextArea with a single wildcard. The wildcard's initial value is set to "> text goes here <". Everythin...

Binary Translations - number of text resources

Similar to this:https://support.touchgfx.com/4.20/docs/development/ui-development/touchgfx-engine-features/using-binary-fonts#generating-binary-fonts-in-another-project....I have a separate project that produces my binary translations and for the mos...

Guit32010 by Associate III
  • 686 Views
  • 2 replies
  • 0 kudos

TouchGFX dynamic graph

we use GraphWrapAndClear and update the graph every 1 second, it works fine. but the problem is after running for long time (over 12 hours), there is some short line flicker on the different part of screen. if we move out of this screen, and come bac...

JXu.21 by Associate II
  • 1875 Views
  • 7 replies
  • 0 kudos

Font Licence

From the licence conditions of vairous font providers (Microsoft, Google, Monotype, Linotype) it is not clear to me, which fonts are allowed to use in the embedded project freely, which need licencing and which are not allowed to use in embedded devi...

awiernie by Senior II
  • 2163 Views
  • 7 replies
  • 0 kudos

STM32F469I-disco SPI-CAN shield

STM32F469I-disco : https://os.mbed.com/platforms/ST-Discovery-F469NI/https://www.st.com/en/evaluation-tools/32f469idiscovery.htmlSTM32F302R8 : https://os.mbed.com/platforms/ST-Nucleo-F302R8/CAN shield : https://www.amazon.it/AptoFun-Receiver-Protocol...

0693W00000Nt82qQAB.jpg 0693W00000Nt80pQAB.jpg 0693W00000Nt7zJQAR.jpg 0693W00000Nt82WQAR.png
Klaus3 by Associate II
  • 1090 Views
  • 1 replies
  • 0 kudos

Inquire about how to set the scroll wheel step change.

hello​The scroll wheel is set and used as follows.​​void ScrTopSetView::scrollWheel_ScrTopSet_minuteUpdateCenterItem(CustomContainer_temp_wheel& item, int16_t itemIndex) { // Override and implement this function in ScrTopSet   int data;   minut...

0693W00000QKNLVQA5.png
mSH.1 by Associate III
  • 1025 Views
  • 4 replies
  • 0 kudos

Hi Group, I'm setting up the stm32h747i-disco (Joystick) by setting ports GPIOK - PK2,PK3,PK4,PK5 and PK6 respectively to inputs with no pull ups/downs. In Touch GFX, I'm calling a virtual function to signal when the selected direction goes low.

The voltage measured was approximately 3.3v at the pins of the joystick. As the direction changes the voltage drops to 0vs. I'm yet to work with the task and I understand that all inputs on the GPIO pins are set to analog by default. My question is, ...