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

No emWin library in STM32CubeMX

Hi all, After I have updated my STM32CubeMX to version 5.6.1, I noticed that there is no emWin in under Middleware category. Did ST remove the emWin support in STM32CubeMX? If anybody knows how to configure in STM32CubeMX, please help me to answer.

ATun by Associate
  • 1257 Views
  • 3 replies
  • 0 kudos

a variable value

hi every one. I want to display the amount of ADC on the LCD. How can I show a variable value of ADC1ConvertedValue?now I can only display a character on LCD.i want to show: The ADC value is: (amount of the ADC Value)int main(int argc, char* argv[]...

Nmo.1 by Associate III
  • 678 Views
  • 3 replies
  • 0 kudos

Resolved! How to import code generated by TouchGFX Designer

Hi guys,I'm taking my first steps in touchgfx library, so it is probably a dumb question.To understand how touchgfx works, I'm using a STM32F746G_DISCO.As first step, I opened the TouchGfx demonstration present in the STM32Cube repository. The projec...

FBarb by Associate
  • 1255 Views
  • 3 replies
  • 0 kudos

ST7789 interface with STM32F429 using RGB565

Hello,I am trying to interface ST7789 display with STM32F429 using RGB 565 interface.I have used the st7789 library from STM32F4 package \STM32Cube_FW_F4_V1.24.0\Drivers\BSP\Components\st7789.cBut this library has functions of SPI and I want to use ...

Kylo Ren by Associate II
  • 1937 Views
  • 1 replies
  • 0 kudos

TouchGFX Level Indicator

Hello,I want to add to my project some level indicator like battery level, wifi level, gsm signal rssi level etc.Is there a way to do it with touchgfx without add an image for each level?

Resolved! Need an advice

Hi guys. I am new to STM32 MCUs and I need an advice on what couple of kits and compilers and IDEs is better for developing applications for STM32 MCUs that uses TouchGFX.I thought that STM32CubeIDE is the most straight way to do this, and I tried to...

GSerg.1 by Associate II
  • 1903 Views
  • 9 replies
  • 0 kudos

STM32F7 OV2640 Problem

Hello everyone,I am developing a project with STM32F767IGT, OV2640 and 7" TFT LCD.I have atteched my project files, and a video that shows the problem.The problem is, my video on the screen is shifting from left to the right on screen.I am using dma ...