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

Problem with itemSelectedCallback scroll list

I use a scroll list dinamic.When i set itemSelectedCallback the itemIndex don't reach maximun element.For example:sl_select.setNumberOfItems(4); sl_select.setWindowSize(4);where max number of object can be 4, param of itemSelectedCallback pass only 0...

apll by Associate II
  • 274 Views
  • 0 replies
  • 0 kudos

Issue in Porting from STM32F7 to STM32H7

Hi, I'm trying to port code from STM32F7 series controller to STM32H7 controller. The code is working fine with STm32F7 (TouchFX + FreeRTOS). But in STM32H7 i am getting LTDC AHB Bus transfer error. I'm running only GUI Task and initialized the req...

PBU by Associate III
  • 437 Views
  • 4 replies
  • 0 kudos

Interfacing OV7670 camera with STM32F4 (no FIFO)

I have to interface my STM32F401RE with an OV7670 camera module without external AL422. My aim is to be able to capture an image on request, so I tried to adapt the code structure used for one of the many Arduino tutorial to my board and HAL library ...

0690X000009Z1XRQA0.png 0690X000009Z1XMQA0.png
MCarp by Associate
  • 938 Views
  • 1 replies
  • 0 kudos

STemWin, CubeMX and L4 family

Hi, I am trying to create a project in CubeMX for the TrueStudio but i can not connect the round LCD(MB1314). I am using the STM32L4R9I-EvalI already tried to use the application examples present in the Repository but I only connect to an image throu...

Labels