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

IS it possible to buid an applications that moves a circle around the screen on a STM32F42I discovery utilizing the BSP_LCD drivers? I've tried by deleting and drawing the new circle, but there is some flickering when I draw below 500 msec. Thanks, Piero

Here is the code. I'm looking for a solution that works with BSP_LCD (perhaps with other call)while(1){ HAL_Delay(300); x+=10; BSP_LCD_SetTextColor(LCD_COLOR_WHITE); BSP_LCD_FillCircle(BSP_LCD_GetXSize()/3+x-10, BSP_LCD_GetYSize()/3, CIRCLE_RADIU...

lvds / rgb connection tutorial

Hi I am new to embedded programming. I am currently using stm32f4 discovery board. I currently want to attach a lcd touch screen with my board. I have gone through some basic protocols fot displaying on lcd i.e via spi and i2c. I currently bought a 1...

MChau.11 by Associate
  • 1250 Views
  • 3 replies
  • 0 kudos

Problem about TouchGFX and I2C

Hi to all!I trying to run my first application of TouchGFX on custom hardware and I have some difficulties to integrate my code with the TouchGFX.At the moments. i can't use my I2C touchscreen driver. I have tested it in a test project and in this pr...

Luca1 by Senior
  • 1153 Views
  • 4 replies
  • 0 kudos

Circular buffer support for Dynamic Bitmap

Applications such as a spectrum “waterfall�? display involve a moving image where old rasterline data is pushed down for a new line at the top. I tried direct framebuffer access and other approaches without success. (Too many data movements, too slo...

JHyka.1 by Associate
  • 864 Views
  • 2 replies
  • 0 kudos

Resolved! I want to create a parameter setting screen

Thank you for helping.environment:STM32F769I-DISCOTouchGFX4.12.3STM32CubeIDE1.3.0I want to create a screen for setting parameters such as IP address.(1)Is there a text box to enter in the UI? If not, how can this be achieved?(2) How can you display t...

Ebun.1 by Senior
  • 1487 Views
  • 7 replies
  • 0 kudos

Question upon STM32F103, DCMI and PAL driver

Hello everyone~ Hope you guys are doing well.I am recently working on OV2640 with STM32F103. As far as I discovered, most of the source code I found on the internet are OV2640 with F4 or F7 series, which are compatible with DCMI. And obviously F103 d...

WAi.11 by Associate II
  • 1750 Views
  • 4 replies
  • 0 kudos

Numeric keyboard and alphabet keyboard together?

Hello every one. In most project it's need to have two kind of keyboard for input number and also input alphabet characters. In the keyboard example that comes with touchgfx it's possible to input both alphabet and number. But if for input just numbe...

S.Mirza by Associate II
  • 755 Views
  • 1 replies
  • 0 kudos

Hello I set up TouchGFX and when I want to simulate, I get an error like the following. It doesn't work on Code Generator and Run Target.

Run Simulator  Copy Framework    Copying TouchGFX framework version 4.13.0 to C:\TouchGFXProjects\MyApplication\Middlewares\ST\touchgfx    Done  Generate    Wrote config/gcc/app.mk    Wrote config/msvs/Application.props    Wrote generated/gui_generat...

I am getting HardFault error while using GUI_PNG_DrawEx function of stEmWin library. What is wrong with my project?

I have achieved to draw bmp, gif and jpg images with related DrawEx functions of stEmWin library. The library version of stEmWin is 544. In order to try png images, I downloaded png library from segger's web site. I imported the source files of the p...

CSeng.1 by Associate
  • 890 Views
  • 1 replies
  • 0 kudos