STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

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! TextArea widget display failure

Using TOUCHGFX Rev 4.24.2And following https://support.touchgfx.com/academy/tutorials/tutorial-02TextArea widget fail to show valid value. void MainView::buttonUpClicked(){    touchgfx_printf("buttonUpClicked\n");    counter++;    Unicode::snprintf(t...

Daniel_Marosi_0-1735515621468.png

Resolved! textArea.invalidate(); makes my textArea disappear

Hello there,i'm using touchgfx to show time data using touchgfx::Unicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, "%d", sec);  but when I use invalidate() function to refresh the text area, the text disappear from my screen;instead, the code  getRo...

Rust by Associate
  • 288 Views
  • 1 replies
  • 0 kudos

ST7796S SPI Display Driver

I'm wanting to connect a STM32F756 Nucleo board to a ST7796S-controlled 4" 320x480 TFT screen. Is there a good driver available for that? I can mostly find ones for ili9341.

jwade19 by Associate II
  • 1734 Views
  • 2 replies
  • 0 kudos

Resolved! TouchGFX Demos

1.I have TouchGFX Designer 4.24.2 and STM32CubeMX running on Windows 11.  I downloaded the demos and examples via the file menu, also the latest TouchGFX Generator via CubeMX.  I am targetting a NUCLE0 STM32G071 with GFX01M2($AZ2) display, so I selec...

TJack.2 by Associate III
  • 458 Views
  • 2 replies
  • 0 kudos

multi container and one Click Handler

hiby this code click event enable for 2 Continer  and work fine    void CNTR_A_ClickHandler(const CNTR_AntenaLevel&, const touchgfx::ClickEvent& e); touchgfx::Callback<MainView, const CNTR_AntenaLevel&, const touchgfx::ClickEvent&> CNTR_A_ClickedCa...

Natali by Associate III
  • 309 Views
  • 1 replies
  • 0 kudos