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

STemWIN + SDRAM + LTDC

Posted on June 20, 2016 at 19:57Hello, I use a STM32F429 Discovery board with an other Display (Newheaven 800x480,7 incheshttp://www.newhavendisplay.com/nhd70800480efatxvctp-p-6912.htmlI use the LTDC controller of the STM32F4 to control the display....

0690X00000603FTQAY.jpg 0690X00000605YSQAY.png

emWin: Problem with STM32F746 Disco board

Posted on August 20, 2016 at 17:48HelloI have a STM32F429I-Eval boardand a STM32F746 Disco board.I want to use StemWin with the GuiBuilder.On both Boards I use the ''Hello World'' Examples as templates.On the STM32F429I-Eval the Dialog are shown cor...

0690X00000603BVQAY.jpg 0690X00000605OTQAY.png 0690X00000603CYQAY.jpg
mfrank9 by Associate III
  • 649 Views
  • 3 replies
  • 0 kudos

Where is the Graphics Library in ST32M CubeMX ?

Posted on August 21, 2016 at 14:34I m New to STM32 and TFT. I need to Interface a TFT LCD with Touch screen to ST32103CB MCU. Which is the library or example project ST Micro provides for this task for me to begin as a template. The example I found ...

STemWin & ili9341 driver

Posted on July 22, 2016 at 11:39Hi,I have been successful in getting a project running on a STM32F746-Nucleo-144 board and now want to add an LCD to it. I bought a 2.4 inch Arduino shield with ili9341 driver and 8 bit parallel connector as it fits n...

STM32F429I-DISCO: flickering with DMA2D

Posted on June 08, 2014 at 22:51 I am working with the STM32F429I-DISCO board and trying to get a flicker-free display. I am using double buffering to draw into one buffer while displaying the other. When done drawing all elements, I swi...

floppes by Associate
  • 1274 Views
  • 5 replies
  • 0 kudos

stemwin font display performance

Posted on August 11, 2016 at 06:20Hello Everybody, I am using stm32f429 controller. I am using stemwin for graphics. I am using inbuilt LTDC controller for 640x480 16bpp RGB display. My system clock is running at 180MHz and RAM running at 90MHz . I...

Stemwin

Posted on February 15, 2015 at 20:58Hi.I have Littile problem with Stemwin.I have ported Stemwin on my board(STM32f407). nearly all functions(that i have test up to now) is working well. but when I call GUI_SelectLayer(1), Program locked and go to h...

FSMC generating an extra write cycle

Posted on July 25, 2016 at 17:06I've developed code to drive an SSD1305 graphical LCD controller over an 8 bit parallel bus both via the FSMC & for comparison, bit banged. The FSMC generates 2 chip select pulses, but only puts data on the bus for th...

Simultaneous FSMC usage on STM32F2

Posted on July 18, 2016 at 09:49I am using an STM32F2 MCU and currently successfully executing code from external SRAM on FSMC Bank 1, NOR/PSRAM 1.What I would like to do is also use the LCD on Bank 1, NOR/PSRAM 2 while executing from this external ...