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

Flickering fade on stm32f746g-disco

Hello! I have a problem with my Stm32f746g-disco.Using TouchGFX and CubeIDE I can program my GUI and flash it, but fade animation "flickers". Other images are OK. My application doesn't have a complex task, it just shows a white screen with a logo fa...

Scroll List Item Selected Callback

Hi. I've been working on a project with STM32 and touchGFX. I'm struggling with a simple issue that could be easily solved if I had more experience with the framework and with C++. I'm working with a 7 inch touchscreen display. In one screen, i inser...

Resolved! Add/Remove vs SetVisible(true/false)

Hello,Imagine I've got an object, say a numpad, that I want to display or hide upon a specific button press.What are the pros and cons of using one method vs the other? I'm especially asking in terms of performance as keeping the object added but hid...

GMeur by Senior
  • 372 Views
  • 1 replies
  • 0 kudos

Hello, I'm Working on ad project with smt32f429i discovery board with cubeIDE 1.3 and TouchGFX 4.13.0. My problem here is I can't receive any data on screen It's all white and my frame buffer(SDRAM bank2) is empty.

I'm able to write data to SDRAM manually with my configurations. Btw I was able to make a project with CubeIDE 1.0.0 but I'm going to develop with and custom board and I can't use BSP or discovery library. So I watched this https://www.youtube.com/wa...

Labels