STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 732 Views
  • 0 replies
  • 2 kudos

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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

TouchGFX, stm32f469-disc, adc values to lcd

I have a have project where I need to run a test sequence to some analog circuit and then do some measurements and display those results on the LCD. I'm using stm32f469 discovery board, CubeMX 5.4.0 and touchGFX 4.12.3. The measurement works fine, I ...

HHarj.1 by Senior
  • 906 Views
  • 24 replies
  • 0 kudos

cubeIDE1.3

Based on STM32H743I EVAL2, cubeIDE1.3 always displays the following when compiling the Touchgfx4.13 code generated by CubeMX5.6:       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~compilation terminated.make: *** [TouchGFX/touchgfx/os/subdir.mk:23: TouchGFX/touchgfx...

Bli.11 by Associate II
  • 572 Views
  • 9 replies
  • 0 kudos

f769-disco screen configuration problem

Hi everyone! I'm trying to create a project using CubeIDE 1.3, Touchgfx 4.13 and f769i-disco board. I have started building project with Cube and then added touchgfx using "additional software" menu. I have succesfully configured external SDRAM and d...

0693W000000VbUAQA0.png 0693W000000VbUUQA0.png 0693W000000VbUKQA0.png

Resolved! Simulator error with include or extern var

#include <gui/screen1_screen/Screen1View.hpp>   #include "../../Core/Inc/hello.h" // NO in simulator TouchGFX, Yes in CUBEIDEMX extern int myvar; // NO in simulator TouchGFX, Yes in CUBEIDEMX   Screen1View::Screen1View() {   }   void Screen1...

Damiano by Associate II
  • 338 Views
  • 3 replies
  • 0 kudos

Resolved! TOUCHGFX+STM32F0XX+TFT Display

Hello.I haven't found similar question. I am beginner with TOUCHGFX: Is it possible to use TOUCHGFX with STM32F0XX series with some cheap TFT Displays? As I read TOUCHGFX supports all of that drivers but I don't understand how to connect all componen...

CuAuPro by Associate II
  • 837 Views
  • 6 replies
  • 0 kudos

Problem Using LTDC with USB in STM32H7

We are using stm32H743 We need a frame buffer of 150K to our LCD. we do not have an external RAM, so we use the 412K internal RAM.We also work with USB (Full speed mode).each peripheral work on it own , but not together. if we enable both of them the...

Hmizr.1 by Associate II
  • 433 Views
  • 1 replies
  • 0 kudos