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

[STemwin] ''hello world'' display in reverse

Posted on May 14, 2014 at 10:03hi,I'm learning how to use STemwin,so my 1st routine''hello world'' doesn't work well.GUI_DispStringAt(''Hello World!'', 0, 0); shows all words in reverse at top-right,but all letters are correct. I set Config.Orientat...

0690X00000602ujQAA.jpg

Resolved! STemWin: program stays in GUI_Init function.

Posted on December 18, 2016 at 13:12Hi, I'm creating the project using STemWin, and FreeRTOS on STM32F407IGT. My program is blocked in GUI_Init function. I'm not sure how to check what is wrong, set up in wrong way(?).The R2 and R3 registers are loa...

0690X00000603WEQAY.jpg
lukabit by Associate
  • 397 Views
  • 2 replies
  • 0 kudos

Drawing Pictures with EmWin

Posted on August 20, 2016 at 17:01HelloI am using StemWin on the StM32F429-Eval Board.I used the GuiBuilder to define a dialog box where I added an imagewidget including a jpeg format picure. The result is that dialog box is well displayes on the sc...

mfrank9 by Associate III
  • 599 Views
  • 5 replies
  • 0 kudos

STemWin beginner qustion

Posted on December 16, 2016 at 11:01Hi!Try to construct project with Keil MDK5 for weak STM32F103RB. Run-Time Environment Manager refuses to include Graphics in my project. Is there any certain limitation for this or may be i do something wrong? So,...

ygrod by Associate II
  • 347 Views
  • 2 replies
  • 0 kudos

STM32F429+(DCMI)+Timeout

Posted on November 24, 2016 at 11:08Hello , i have a STM324x9I-EVAL board with DCMI interface. I can grab images correctly for 5-7 times, after that i get Errorcode 3 HAL_DCMI_ERROR_TIMEOUT. how can i recover from that? i tried : - suspend, startDCM...

raphael2 by Associate II
  • 373 Views
  • 1 replies
  • 0 kudos

STM32F769 Discovery JPEG Decoder Timing

Posted on November 23, 2016 at 12:52Hi, I am trying the Jpeg decoder hardware on the 769-disco board. It seems that the time it takes to decode a Jpeg is around 40 CLKs per pixel. However, I read somewhere in an ST document (http://www.st.com/conten...

nstoler by Associate
  • 208 Views
  • 0 replies
  • 0 kudos

DCMI FSMC conflict in CubeMX with PSRAM

Posted on November 17, 2016 at 20:43Hello all,  I am trying to configure my STM32F407VGT in CubeMX and am coming across an issue with the DCMI and FSMC.  I am interfacing an OVM7690 camera chip to the microcontroller via DCMI.  The OVM7690 requires ...

Sam F by Associate II
  • 249 Views
  • 1 replies
  • 0 kudos

buffer size issue on ov2640

Posted on November 12, 2016 at 15:42hi.I drive ov2640 camera with stm32f407 by DCMI and DMA. I can get image with 160*120 resolution, so I shoud use uint16_t buff[19200] for this resolution. The problem is if I want to use higher resolution for exam...

nima2 by Associate II
  • 393 Views
  • 3 replies
  • 0 kudos