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

freeRTOS + JPEG DMA encoding problem

Posted on August 01, 2017 at 12:06Hi,I am using STM32F7-Discovery board. I've written my project in freeRTOS. The JPEG DMA encoding is implemented the same way as in HAL examples.Everything works fine until I will change freeRTOS heap size. In this ...

STemWin display .JPG

Posted on January 14, 2018 at 05:42Hello,I am trying to use the STemWin 5.40 in the STM32F7Cube 1.8 pack with my F746-DISCO. The basic display works fine until I tried to display an .jpg image on the LCD. The original image is: While the display on ...

0690X00000604G2QAI.jpg 0690X00000604HtQAI.jpg
Duy Tran by Associate II
  • 603 Views
  • 6 replies
  • 0 kudos

STM32F4DIS-LCD without expension board

Posted on January 06, 2018 at 22:43Hi, I have onequestion.Is that possible to connect STM32F4DIS-LCD directly to STM32F407G Discovery board without expansion board?#stm32f407g #stm32f407g-disc1 #stm32f4dis-bb #touch-screen #stm32f4dis-lcd

JG Seed by Associate
  • 499 Views
  • 1 replies
  • 0 kudos

Resolved! STemWin and CRC module on STM32L4

Posted on November 25, 2016 at 12:27Hi guys,as far as I know, STemWin library requires the CRC module to by enabled before calling GUI_Init(), to verify that it's running on STM32 platform (mentioned on this forum).As I plan to use CRC module in my ...

janmatik9 by Associate II
  • 1348 Views
  • 8 replies
  • 0 kudos

LCD interfacing with SPI Communication

Posted on December 25, 2017 at 15:52Hello All,I would like to understand the LCD Interfacing with the SPI Communications.Fo LCD,I Think it would be a one communication.I am using STMCUBEMXI am assigning few pins to the others like usb-Device n usb H...

deep ch by Associate II
  • 1195 Views
  • 7 replies
  • 0 kudos

Resolved! [F4]Using FSMC and FMC together

Posted on December 24, 2017 at 20:43Hello,is it possible to use the FSMC (LCD 8080) and the FMC (SDRAM) together on an STM32F4?I want to drive an SDRAM and an LCD on the same address and data lines. Will there be any problems with this setup?#lcd #s...

P F by Associate
  • 625 Views
  • 2 replies
  • 0 kudos

STM32F7 DCMI with DMA to external SRAM

Posted on December 07, 2017 at 07:52We encountered a problem with the ST’s MCU (STM32F767IGK6).Problem description:We are trying to read data from a camera sensor that is on our board (OV7740) connected to the  STM32F7 DCMI port.The data is being ...