STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

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

The display is not reacting on touch

bool STM32F7TouchController::sampleTouch(int32_t& x, int32_t& y) is working as it can be tested by setting a breakpoint. The display is running as it is tested with an animated image that runs fine.It runs fine in simulator but not on stm32f746G-disc...

Andi by Associate II
  • 1008 Views
  • 7 replies
  • 0 kudos

Resolved! Two cameras (one RGB; one Lepton) in STM32H743 Nucleo

I have connected Two cameras ( RGB camera and Lepton Camera) in STM32H743 board i would like to read the camera output. But the cameras are not getting proper voltage . so the initialization process is getting failed . kindly give me the solution..He...

MGane by Associate II
  • 6597 Views
  • 2 replies
  • 0 kudos

how to setRange touchGFX Graph Y Axis ?

I am using TouchGFX with STM32F767BI and 800x480 LCD.I made a graph with reference to Graph during TouchGFX Demo.My problem is that I can't set the Y axis.How can I set it up?The data I want to display is from 0 to 120000.void Graph::setup(int newWid...

ikassma by Senior
  • 874 Views
  • 7 replies
  • 0 kudos

How to setSelectedItem() in ScrollWheel ? There is no such method. getSelectedItem()

I can get scroll wheel selected item index:  /**   * @fn int ScrollWheelBase::getSelectedItem() const;   *   * @brief Gets selected item.   *   *    Gets selected item. If an animation is in progress, the item that is being scrolled   *    to is retu...

Andrew1 by Associate II
  • 966 Views
  • 2 replies
  • 1 kudos

Resolved! Action to Show container (instead of show widget)?

Hi,I need to show "Yes/No" modal dialog when a sensor value goes over limits.Why there is only Show/hide/move widget action, but no Action to show container? I'm I missing something here and thinking this wrong?Should I make Custom Widget instead, or...

Tuoman by Senior II
  • 1019 Views
  • 4 replies
  • 0 kudos

YCbCr Video Input STM32F746

I am working on STM32F746 based custom board which is integrated with LCD and a ADV7180 video decoder IC. I Configured the ADV7180 to run in the free run mode. Getting the Camera data using DCMI to a specified buffer. I am trying to Convert the YCbC...

0690X00000ArjOUQAZ.jpg
Kishore1 by Associate II
  • 463 Views
  • 0 replies
  • 0 kudos