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

Inquiry on Using UC8253 E-Ink Driver with TouchGFX

Hello Everyone, I am currently working on a project using TouchGFX and I need to know if it is possible to use the UC8253 E-Ink driver.Questions:Is it possible to use the UC8253 E-Ink driver with TouchGFX?If so, how can I configure TouchGFX to suppor...

wow by Associate II
  • 1661 Views
  • 1 replies
  • 0 kudos

Resolved! Question about refreshing a screen.

I have made multiple post at this point attempting to figure out why .invalidate is not working properly on my board. The thing is, all the examples programs work just fine. So either I am generating code in the wrong order or there is a different wa...

tmehok by Associate III
  • 608 Views
  • 1 replies
  • 1 kudos

Resolved! Using any type of text causes HardFault

Hello,I followed this guide (https://touchgfx.zendesk.com/hc/en-us/articles/115002741432-Create-custom-Application-Template) to adding TouchGFX to my existing project.I'm working with IAR 8.30.1 and tgfx 4.10.0 and STM32F429ZG and FreeRTOS V9.0.0 ( w...

0690X000008BDbFQAW.png
HMehr.14 by Associate II
  • 9668 Views
  • 34 replies
  • 1 kudos

Hardfault when call setTypedText

Hi, I'm developing on a custom hardware, trying to run a simple touchgfx project.Single screen with an image an a text over.Following the example and the strusture of a STM32F746G-Disco demo board, I makemy hardware functioning, any image, even big ...

PPres by Associate II
  • 5622 Views
  • 18 replies
  • 0 kudos

FONT, TEXT EXTERNAL, INTERNAL FLASH MEMORY

TouchGFX+LCD controlExternal flash memory is being used.However, when TextArea is used, TEXT is not displayed properly.So, I used INTERNAL FLASH MEMORY only for TEXT and FONT and it worked normally.What am I missing??The memory settings are as follow...

jschoi by Associate II
  • 624 Views
  • 1 replies
  • 0 kudos