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

STM3221G-EVAL and SSD1963

Posted on December 11, 2014 at 17:08Hi:I am using the STM3221G-EVAL board and trying to use a a different TFT display than the original that came with the board. The original display is an Ampire display that uses a Ilitek controller ILI9320.The new...

eduardo2 by Associate II
  • 948 Views
  • 3 replies
  • 0 kudos

Resolved! How to toggle the Ax pin when using fsmc

Posted on February 20, 2017 at 00:30I am trying to implement FSMC in order to drive an ili9341 LCD in 8080 mode. However to distinguish between command and data I need to toggle the RS(register select pin) which according to reference manual AN2790 ...

emwin

Posted on February 17, 2017 at 11:28Hi,I am using STM32f429i. One of our requirement, I want to change the background color of my screen depends on the reading value(reads from other devices).For eg : Reading value > 5 - use color A ,Reading value >...

STM32F407,OV9655 Camera,DCMI,USART

Posted on February 12, 2017 at 11:59I am using STM32F4 Discovery board,extension board & STM32F DIS Camera 1.3MP OV9655.I am having two questions on this,1] If I need to transfer image with 1280 x 1024 resolution then can I send from DCMI peripheral...

Nagesh K by Associate II
  • 886 Views
  • 2 replies
  • 0 kudos

F767 and LTDC DCMI

Posted on January 14, 2017 at 22:08In CubeMX, when I select STM767ZITx, and enable DCMI, then LTDC turns red and is said to be in conflict with DCMI. That's very surprising � is there really no way to capture camera output and display it on a LCD? I...

Tottaly beginner with STemWIN

Posted on January 26, 2017 at 17:24Hi,First of all: I'm working with a STM32F429I DISCO-1 with the IDE SW4STM32.I was trying to find out how to use the graphic library STemWin some days ago, but couldn't understand some things in order to do it. Eve...