STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

STM32F439XX with video and external framebuffer

Posted on January 13, 2015 at 20:32I can't seem to find more information on this, even looking through the EVAL code...here it goes:  I am designing a simple system to learn how to use the STM32F439XX and perhaps use it in future projects, but I am ...

Internal SRAM write and read back problem

Posted on December 10, 2014 at 06:40Hi, I've bought a STM32F4-Discovery board and trying to capture images from the camera. I'm trying to transfer the image to SRAM(112K) instead of LCD-RAM as given in the example code. After the data is read back f...

chaitanya by Associate II
  • 2076 Views
  • 11 replies
  • 0 kudos

STM32L1xxx VLCD (step up converter configuration )

Posted on November 27, 2014 at 10:55Hi, I want to connect LCD to the ST using VLCD pin , but instead of 3V i need 4.5 V. I found in data sheet that there is stepup converter (kind of SW configurable DC2DC)  that can be used for this purpose but i co...

moran by Associate II
  • 848 Views
  • 2 replies
  • 0 kudos

STM32F4 LCD direct drive

Posted on November 26, 2014 at 19:13I am going to use STM32F429 to control the  LCD with 800*600 resolution. The datasheet shows STM32F4 has an integrated LCD controller. Anyone can tell me how to use that controller to drive the LCD without adding ...

kqian by Associate II
  • 1014 Views
  • 5 replies
  • 0 kudos

porting a touch driver to STEMWIN

Posted on November 18, 2014 at 23:10Hello,Plz I need any documentation to port a touch driver to STEMWIN Library (My touch driver is ADS7846 and I have its code)I need help pleaseThank in advance #ads7846 #stemwin

STemWin Display Orientatino

Posted on June 18, 2014 at 19:58I'm working with the STM32F439_Evaluation platform. I swapped the display out with an AMP 480X272 pcap display and have everything working. I used the LCD Conf file from the demo project and made some compile time bas...

kartik by Associate II
  • 876 Views
  • 3 replies
  • 0 kudos

SteMwin Porting SSD1298/SSD1289

Posted on March 03, 2014 at 18:35Hello.Well I'm pretty newbie about this thing. I have a task to configure SSD1298/SSD1289 driver with STeMwin. I'm still confuse to modify the GUIDRV_Template.c.  Can anyone help me to fix this problem or maybe just ...

liviana by Associate II
  • 675 Views
  • 1 replies
  • 0 kudos

Stm32F407 Discovery - 7'' Tft - SDCard Problem

Posted on November 03, 2014 at 17:49Hello Friends,have a speed problem,I am using stm32f407 discovery kit and 7'' tft, with baseboard, I want to make picture galery show bitmap file read from sdcard and show it to TFT but problem is reading and show...