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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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

Question: Dynamic Bitmap Cache and Memory Used

Hello all,​ I create a custom container in TouchGfxDesigner and I want to used Dynamic Bitmap Cache and Memory:​class Knob : public KnobBase{public:  Knob()  {    Bitmap::cache(BITMAP_ENTER_1_ID);    Bitmap::cache(BITMAP_ENTER_2_ID);    pbuf = new u...

V.H by Senior
  • 1062 Views
  • 1 replies
  • 0 kudos

Remote Access over WiFi?

I would be interested in making the TouchGFX GUI for my device accessible over WiFi. What I would like to do is type a URL, and reach a page to operate and configure my embedded device. Is this possible?

SShah.22 by Associate
  • 2077 Views
  • 3 replies
  • 0 kudos

Document Viewer Widget?

Is there a widget for viewing documents like PDFs? We were thinking of making an instructions manual available from the display run via TouchGFX.

SShah.22 by Associate
  • 1188 Views
  • 1 replies
  • 0 kudos

Resolved! How to make external OctoSPI loader for STM32H7?

I am using below componnet toolsMCU: STM32H7B3IIT6IDE: STM32CubeIDE Version: 1.8.0GUI: TouchGFX Version: 4.18.1SDRAM: IS45S16800F-7CTLA1-TRFLASH: MX25LM51245GMI00 (OctoSPI)I am using below pins// STM32H7B3IIT6 PIN CHART // MX25LM51245GMI00   // OCTOS...

0693W00000KcDD9QAN.jpg 0693W00000KcDDEQA3.png 0693W00000KcCqzQAF.png

Can not operate LCD in stm32l476 discovery board?

Currently, I am following a video to operate LCD in stm32l476 discovery board. So, I downloaded this code (07.5_L4-LCD) then it run well. But when I tried to create my own project following this instruction but it fail. I also looked and open file.io...

BQuoc.1 by Associate
  • 1014 Views
  • 0 replies
  • 0 kudos