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

Resolved! LTDC565 to LCD RGB888

Hi everyone,According to AN486, It's possible to connect a "RGB666 display panel" to a MCU with RGB888 LTDC peripheral. (Uploaded Picture).Now, Is it passible to connect a "RGB888 display panel" to a MCU which equipped by LTDC565 peripheral? How is c...

MSm by Associate II
  • 1312 Views
  • 3 replies
  • 0 kudos

Resolved! TouchGFX GCC C++ exceptions handling

Hello,related to the post https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/using-cpp-exceptions-in-touchgfx-application/m-p/267439 is C++ handle exception included in TouchGFX release ?I did not manage with the code here below, testing a strin...

Capture.PNG
JJame.1 by Associate II
  • 648 Views
  • 2 replies
  • 1 kudos

Resolved! Is Tilting the Image is possible in TouchGFX?

Hii,I am selecting the STM32F746G Discovery Board in TouchGFX Designer. In the Designer I have taken a Tiled image widget and I am trying to move the image vertically up and down. Now I want the same image to be tilted with some angle in TouchGFX. Is...

Shivani by Senior
  • 1094 Views
  • 4 replies
  • 0 kudos

Resolved! string in textarea

Hello,I use resources and everything works there.Now I need to display text from code and I came across that the result of these commands is 23??? what is wrong with this code? What do I need to set where?    int intvalue_ = 23; std::string stringval...

JNova.0 by Associate III
  • 781 Views
  • 1 replies
  • 0 kudos

Resolved! TouchGFX on Custom board STM32H7

Hello All,I'm using custom board that has STM32H753BIT6 microcontroller for this i need to integrate Touchgfx that should use cmsis_v2 OS along with LTDC feature.I tried in display 800 x480 that uses LTDC feature, where project code is in baremetal  ...