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

Connect STM32 FSMC to LCM with 6800 interface

Posted on February 24, 2017 at 12:04I want to use STM32 to drive a LCM with a KS0108 controller. Sadly, it has a 6800 interface. Fortunately, ST gives a document to guide me: http://www.st.com/content/ccc/resource/technical/document/application_note...

0690X00000606P6QAI.png 0690X00000606PLQAY.png

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
  • 272 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
  • 389 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
  • 354 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...