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

Resolved! Can I and how to use STM32WB and the digital camera module with DCMI interface to take a photo only

I want to make a simple device to taking only photo and make decisions based on the photo. I would like to use the STM32WB as it has internal bluetooth modul. The camera module supports DCMI. The device will run on battery. After a few days of search...

PawelM by Associate III
  • 1436 Views
  • 4 replies
  • 0 kudos

STM32F746 ADC DMA buffer overrun when TouchGFX starts

I use a stm32f746 disco board and try to set the adc at a sample rate of 1.8 MPS. The dma transfers starts correct (I toggle a gpio pin in the convert call back to check the samplerate). I start the adc dma before touchGFX is started but as soon touc...

PHoll.1 by Associate II
  • 842 Views
  • 3 replies
  • 0 kudos

How to use SDRAM instead of internal RAM

Hi, I'm using touchgfx on STM3F746-Disco kit, and I'm having some trouble with internal RAM, it's too small for my application. So I'm trying to configure my project to use SDRAM instead of internal RAM. And I mean my variables get auto allocated on ...

Resolved! Hello, I'm new with TouchGFX, I would like to use an Application template with a different display resolution and size.

searching on Internet I found the solution, that is to create a custom application template, but the link, https://touchgfx.zendesk.com/hc/en-us/articles/115002741432-Create-custom-Application-Template It still not available, so I'm looking for ...

LMalv.1 by Associate II
  • 1146 Views
  • 5 replies
  • 1 kudos

LTDC with internal SRAM only - any examples?

Hi, are there any examples available on how to use LTDC in memory-constrained systems (SRAM only), L8/L4 pixel formats (indexed color), CLUT and DMA2D?I am trying to draw a simple line on DPI LCD connected to STM32F767ZI - so far without success.

TDJ by Lead
  • 382 Views
  • 0 replies
  • 0 kudos

HMI development using stm32f769

Hello everyone, I want to know whether I can use STM32F769 for developing HMI for amy embedded application. I am going to use 7-inch display. The link I have provided for the display. Also I want to know that if I can use TouchGFX for quick developm...

MSHAH.2 by Associate
  • 694 Views
  • 2 replies
  • 0 kudos

what software was used to convert image to HEX

I tried just almost anything the best I get some black shape of a red button I ma trying to display. here is a top of the code from the "h"file. Does anybody recognize it. What converter to use ?This is the original "h" file made by ST for their dem...

MNapi by Senior III
  • 5225 Views
  • 16 replies
  • 1 kudos

Resolved! Scroll Whell with button don't allways scroll

Hello,I wish to have a Scroll Whell containing a list of buttons and used this tutorial for that.The problem is, if I try to unroll from a button, it doesn't unroll. (If I unroll from a blank area, that's okay).I use a Scroll Whell as in the tutorial...