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

STM32H743II: Configure SDRAM

For around the last month and a half I've been working on implementing the LVGL open source GUI framework on an STM32H743II utilizing this external SDRAM on a Alientek board that shares similarities to the STM32H743II-Eval board. This should be the R...

0693W000008wzFjQAI.png 0693W000008wzFoQAI.png
LIver.1 by Associate II
  • 872 Views
  • 2 replies
  • 0 kudos

Resolved! DSI in video mode + TouchGFX

Hello!We are developing a custom project with touchGFX for display with DSI and without GRAM.Now we test it with f469-diso board. But we can`t customize touchGFX to DSI in video mode. We have read all topics about it, but still can`t find the solutio...

KKlyn.1 by Associate II
  • 862 Views
  • 5 replies
  • 0 kudos

Accessing a class object from outside

I created a basic project on the TouchGFX Designer and wrote a function in my own cpp file using touchgfx library. I want that when the button is clicked ,the function is called to ScreenView.cpp or ScreenViewBase.cpp from my own cpp file and change ...

Ezgi by Senior
  • 489 Views
  • 3 replies
  • 0 kudos

Can you explain the meaning of scanline and why 533

void LCD_ReqTear(void)  {    static uint8_t ScanLineParams[2];    uint16_t scanline = 533;    ScanLineParams[0] = scanline >> 8;    ScanLineParams[1] = scanline & 0x00FF;    HAL_DSI_LongWrite(&hdsi, 0, DSI_DCS_LONG_PKT_WRITE, 2, 0x44, ScanLineParams)...

PKunK.1 by Associate III
  • 450 Views
  • 2 replies
  • 1 kudos

Resolved! Dynamic Graph Scroll Mode decrease in Performance

Hello everyone,I am quite well set up on my project using an STM32F469I-Disco and TouchGFX. Everything is working very well. However, I would like to display data using a dynamic graph. If I choose a mode different from the Scroll mode, everything is...

NKieg.1 by Associate III
  • 563 Views
  • 3 replies
  • 0 kudos