STM32 MCUs TouchGFX and GUI

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

STM32F429I board - CubeMX - System Workbench integration

Hi All , its been almost a week that I'm trying to integrate CubMX for configuration, TouchGFX for Graphics and workbech! no success. I am using STM32F429I board. What i could manage to do:was able to configure the TouchGFX on CubeMX based on provide...

0690X000008i6HxQAI.png
Ash by Associate II
  • 1643 Views
  • 7 replies
  • 0 kudos

Resolved! Chinese keyboard widget

I need a chinese keyboard in my application, how should i load the chinese font library and display it on screen,note that i need ALL CHINESE

User.32 by Associate
  • 703 Views
  • 2 replies
  • 0 kudos

Porting EXC7200 H743_EVAL CPTC driver to FT5426.

Hi,I'm using a TFT with FT5426 capacitive touch controller. I want to port the H743I_EVAL board EXC7200 CPTC driver to the FT5426.But I can't find any programming manual for the EXC7200 to compare to the FT5426. Does anyone have the EXC7200 programmi...

Asantos by Senior
  • 449 Views
  • 0 replies
  • 0 kudos

how to make some code be called on every button press

In my current project i need a buzzer buzz every time any button is pressed, in simulator i'm just using Beep(F,D); but i was looking for a better approach than paste the beep function inside every single function called by any button, besides that w...

Zui by Senior
  • 1108 Views
  • 7 replies
  • 0 kudos

LTDC layer 1 offset

Hello,I used the below code from ST bsp Board : STM32F746-DISCO BSP_LCD_Init(); BSP_LCD_SetLayerWindow(0,50,50,200,200); BSP_LCD_LayerRgb565Init(LTDC_LAYER_1,(uint32_t)fb);I expected layer 1 should be off by 50 on both axes . but it started from x = ...

0690X000008iEZLQA2.jpg
RN by Senior
  • 382 Views
  • 0 replies
  • 0 kudos

porting Keil MDK workspace to STM32CubeIDE

Hi!Can anyone suggest method to port Keil MDK uvision 5 workspace into STM32CubeIDE as Keil MDK does not support external flash programming in debug environment used in the touchfgx examples for STM32F746G-Discovery. It is difficult to visualize ho...