STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32F429 Discovery LTDC with DCMI?

Posted on April 03, 2014 at 11:27Hello Friends. I want to connect the camera to the STM32F429 Discovery. I need to use DCMI module but I can't use with LTDC hardware. Because LTDC with DCMI using some common pins.(For example; PA4 = DCMI_HSYNC=LTDC_...

Adding STemWin to existing project

Posted on March 31, 2014 at 17:47I have a project, developed by Segger, for the STM32F429i-Disco board. I have the project working, and wanted to replace the trial emWin files that Segger uses with the STemWin files ST provides. When I swap out the ...

rbs3rd by Associate II
  • 750 Views
  • 3 replies
  • 0 kudos

SPI With Nokia LCD

Posted on February 11, 2014 at 07:42Hi, I am trying to use stm32f3 spi to interface nokia lcd, 5110 but it does not work. I am not sure what is wrong with my code. Can anyone help me please? Thanks////////////////////////////////////////////////////...

onofe by Associate II
  • 1514 Views
  • 5 replies
  • 0 kudos

STeMwin GUI_CompactColor_16 problem

Posted on March 10, 2014 at 06:44 Hello! In order to show display in specific LCD like SSD1298, I must configure GUIDRV_CompactColor_16 according tohttp://www.segger.com/guidrv_compactcolor_html. I have made the LCDConfig.c, GUIDRV_CompactColor_...

liviana by Associate II
  • 571 Views
  • 1 replies
  • 0 kudos

STemWin Interrupt Handling

Posted on March 04, 2014 at 23:02Hello I'm running the RTos Demo for STM324xG eval and have a lot of trouble with Interrupts. For example transfer via Uart is broken. Pieces are missing. I force it in a loop when transfer starts, thats works but isn...

joerg23 by Associate II
  • 669 Views
  • 2 replies
  • 0 kudos

STM32F1 TRACKING OBJECTS BY COLOR

Posted on November 28, 2013 at 04:42Hello, this is my first post, i'm new to the community. As part of my thesis i developed an object tracking system with an STM32F103vct microcontroller to demonstrate the capabilities of it and the potential to ma...