STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

STemWin listview problem

Posted on July 19, 2017 at 10:36Hello,I have some trouble with my listview widget. 1. I can change the column width 'manually' - I mean by touch. Is there a possibility to set it fixed width? I noticed that when I change the width by this way the li...

M Ryb by Associate
  • 516 Views
  • 2 replies
  • 0 kudos

CubeMX 4.22.0 bug for DMA2D config

Posted on July 31, 2017 at 19:58It is DMA2D config, generated CubeMX for Keil.hdma2d.Instance = DMA2D; hdma2d.Init.Mode = DMA2D_M2M; hdma2d.Init.ColorMode = DMA2D_OUTPUT_ARGB8888; hdma2d.Init.OutputOffset = 0; hdma2d.LayerCfg[1].InputOffset = 0; hdm...

FSMC vs GPIO

Posted on July 29, 2017 at 06:16hi everybody,i have worked tft projects through normal gpio pins, ie a parallel bus + some control lines, since now.i saw the FSMC in the STM32F407 micro controller which can do that for me.i don't know the difference...

rsharifi9 by Associate III
  • 652 Views
  • 3 replies
  • 0 kudos

stemwin edit click acknowledge?

Posted on July 06, 2017 at 11:45hi,I am trying to create window menu as per below code that got 4-5 edit text box in it.Issue is how to get acknowledgement of clicked edit text boxvoid vCreateNewTestWindow(void){GUI_RECT rect;int16_t yPos; LCD_Clear...

STM32L4 + ILI9341 16 bit + STemWin

Posted on May 02, 2017 at 03:36Hello,I had this previous set up of STM32F4 + ILI9341 8 bit interface + STemWin - but that did not work for me after trying out for sometime (ref : https://community.st.com/0D50X00009XkY1ISAV ) Since actually I want my...