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

STM32 DMA Limitation ?

Posted on March 08, 2017 at 06:34Application Scenario: We have used DMA, FSMC, and DCMI module of the  STM32. DMA is configuredto read the data from the DCMI out output  register DR, and write it it to external SRAM. Likely DCMI is configured  as an...

STM32F407, DCMI_DMA,USART_DMA

Posted on February 24, 2017 at 08:19I am transferring 240x320 image in RGB565 format to USART.But unable to get full image because USART speed is not matching with DCMIPixel Clock for DCMI_DMA:12MHzUSART speed:921600I am using DCM_DMA in snapshot,ci...

Nagesh K by Associate II
  • 397 Views
  • 1 replies
  • 0 kudos

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