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

TouchGFX on STM32F769I-EVAL without RTOS

Hello everyone,I'm currently working on a project with a custom electronic board (still in development). This project includes a 1280x400 display, driven via MIPI DSI by a processor (likely an STM32F429ZG or STM32F479ZG depending on the required pin ...

Miickey by Associate II
  • 115 Views
  • 2 replies
  • 0 kudos

scroll wheel with text

I referenced the following link: https://support.touchgfx.com/zh-CN/academy/tutorials/tutorial-04 Added a TextArea as a new container to the Scroll Wheel. When using scrollWheel.animateToItem(5, 100); Why does modifying content in void scrollWheelU...

liuliu233_0-1747212162857.png

Resolved! Color Frame Buffer Start Address missing.

Hello STM-Community.I am currently working on some project with the "LIZARD Board" from Actron and a 800*480 LCD-screen.I followed the Instruction in https://support.touchgfx.com/docs/development/board-bring-up/how-to/03-display-internaland also othe...

JanzTecJP_0-1746698312862.png

change ScrollWheel's content dynamicaly

When screen initializes:  scrollWheel1.setNumberOfItems(1);  scrollWheel1.setDrawables(scrollWheel1ListItems, updateItemCallback, scrollWheel1SelectedListItems, updateItemCallback);After run for some time, scrollWheel is re-configed as: scrollWheel1....

shark by Senior
  • 1283 Views
  • 5 replies
  • 1 kudos

Using Bitmap::dynamicBitmapCreateExternal

Hi, I am trying to create an external dynamic bitmap to display an image already loaded into Memory Mapped External Flash. uint16_t FrontendApplication::getLogoBitmapId() { if (bitmapId == touchgfx::BITMAP_INVALID) { bitmapId = Bitmap::d...

Priyank by Senior
  • 98 Views
  • 4 replies
  • 0 kudos

Framebuffer in PSRAM on STM32N6570-DK

Hi,I have created a simple GUI using TouchGFX Designer for the STM32N6570-DK, generated the code, built it, and ran it. Everything works fine.Then I noticed that the TouchGFX_Framebuffer is located in internal SRAM. However, I plan to use that SRAM f...

ERROR by Associate II
  • 112 Views
  • 6 replies
  • 0 kudos