STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 693 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

STM32 with LWIP and STemWin example

Posted on November 07, 2014 at 23:50So I have gotten a lot of help from this forum so I thought I would give back.  I have 2 projects up on my sourceforge site: 1 is for an STM3220G-Eval board and a newer one for an STM324x9i-EVAL2 board. The newer ...

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
  • 607 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
  • 397 Views
  • 1 replies
  • 0 kudos

emWin and How to use Window as canvas

Posted on October 13, 2014 at 12:24Hello, Is it possible to use window in STemWin as canvas? I mean this - I have two window on display. One is on background and the other is above it. The second is state window - there are showed system information...