STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

2 DAYS LEFT to join the TouchGFX contest!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

Resolved! Using external TFT-LCD with STM32F429I-DISC1

Posted on March 27, 2018 at 16:21Hi there folks!I just wanted to know if it is possible to use the STM32F429I-DISC1 to test different external displays. The appropriate pins are provided via P1 and P2 but as far as I have understood the schematics t...

demo software for stm32L4R9

Posted on April 06, 2018 at 12:55HiIs there a demo project (software) of stm32L4R9 discovery kit, for download ?http://www.st.com/en/evaluation-tools/32l4r9idiscovery.htmlPeter#lcd #graphic-demo #stm-mcu #stm32l4r9

STM32F7 LTDC Flickering

Posted on September 20, 2017 at 14:39Hello! I've encountered a very strange bug with STM32F7 (767 and 746) LTDC. It seems, that FPU operations sometime cause LTDC flickering (sync miss or something). It rather difficult to debug this issue because t...

Can the STM32F769 drive/control a ''dumb'' TFT LCD?

Posted on March 28, 2018 at 19:01I'm trying to interface an STM32F769 with a 4.3' 480 x 272 TFT LCD via a parallel 16 bit RGB interface. Some of these TFTs have built in controllers/drivers, like an OTA5180A, HX8227, or a SSD1289, while other 'dumb'...

Shayan D by Associate II
  • 1390 Views
  • 7 replies
  • 0 kudos

Chrom-ART Transparent rectangles / fills?

Posted on March 21, 2018 at 20:20 Hi, I've been working on a UI for past couple weeks, I've successfully created functionality for drawing bitmaps (with or without alpha), anti-aliased fonts and solid rectangles / lines using Chrom-ART / DMA2D ...

STM32F103C8T6 + STemWin + CubeMX

Posted on March 02, 2018 at 22:32ST tells about STemWin implemented in CubeMX but whatever I try I cannot seem to get a STM32F103C8T6 project to have STemWin as middleware even though ILI9340 is among the LCD drivers inside the STemWin and STM32F103...

zootroop by Associate II
  • 703 Views
  • 1 replies
  • 0 kudos

STemWin with STM32L496ZG

Posted on March 02, 2018 at 11:28I am just starting my work with an STM32l496ZG nucleo board. I am using an ST7789V Display, which i want to connect via SPI1. CubeMX is configured to use SPI with DMA for TX, and the necessary interrupts.How should i...