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

Resolved! LCD pixel noise

Posted on September 13, 2017 at 11:17I'm working on a board that is close to the 429 Discovery board, using:- STM32F429 micro- LTDC connection to a custom 3 inch LCD using ili9327 controller, connected via display pixel interface- IS42SI6400J SDRAM ...

Resolved! TFT Display using NUCLEO-F746ZG

Posted on May 31, 2017 at 18:23Hello!I am a beginner using the the NUCLEO-F746ZG to drive a 4.3' Newhaven TFT display that has a capacitive touch panel controller.The parts are shown below:https://www.digikey.com/product-detail/en/stmicroelectronics...

STemWin issues during linkage?

Posted on July 27, 2017 at 09:49Hi STM32 communityI'm tring to use STemWin in my project. I use IDE eclipse running on windows.I've created a project with STM32cubeMX V1.0 version 4.22 (STM32Cube_FW_F7_V1.7.0 firmware ).After generating the project ...

stm32f429 graphic LCD

Posted on September 05, 2017 at 13:37Hi everyone.I have stm32f429-DISC0 board and I wanted to use graphic LCD. I found the CMSIS workshop series and step by step I did everything as said on the video. But unfortunately after 3th video nothing worked...

mk61 by Associate II
  • 302 Views
  • 2 replies
  • 0 kudos

Resolved! JPEG Compression Example

Posted on August 29, 2017 at 12:09I have an array of luminance representing a picture in grayscale. Data are captured using DCMI. I need  to compress these data using JPEG unit available in F7 series, but I can't find any application note describing...

How to use STemWin on IAR 6.40?

Posted on August 28, 2017 at 18:32Hello!I am using STM32437I-EVAL on IAR 6.40 IDE.I am trying to load an example of a project using STemWin library, but when I import the project on IAR, it pops up a dialog box saying 'Broken options were detected o...

Stemwin GUI not working for external SDRAM

Posted on August 21, 2017 at 09:50I have linked STemWin library. My project uses external SDRAMWhen I display some progressbar or treeview or graph using internal RAM, value of progress is displayed correctlly (ex. 50%). Also treeview and graph is d...

Resolved! Using DCMI in interlaced scans

Posted on August 10, 2017 at 08:47I am working on an application which requires interfacing an analog camera. I have choosed TI TVP5150AM1 to decode analog video to YCrCb 4:2:2 format and the scan format will be interlaced. As it has been mention he...