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

Resolved! I am trying to print the word hello on the LCD screen, but it is not working and I don't know why, although I am copying the code from a book for Nucleo board. i know it is a silly question, but I have just started :)

#include <stdio.h> #include <stdint.h> #include "stm32f4xx.h" void delayMs(int n); void LCD_init(void); void PORTS_init(void); void LCD_DATA(char DATA); void LCD_commands(unsigned char commands); int main(void){ LCD_init(); LCD_DATA('l'); LCD_DATA...

IHJEI.1 by Associate II
  • 3265 Views
  • 5 replies
  • 0 kudos

Resolved! TouchGFX frameBuf location

Hello, we are having trouble with our application binary size. Inspecting the binary, I noticed that TouchGFX frameBuf is stored in .data section, meaning that it takes about 150kB of flash space in addition to RAM space. Is it possible to store fram...

sute by Associate III
  • 1653 Views
  • 1 replies
  • 1 kudos

Problem reading touchscreen axis using RGB888

I'm using a custom board stm32f469IIT , using a PS043BWSA03 LCD (RGB888) using the touchgfx library and STM32touchcontroller (LTDC RGB565). there is a problem when reading the touchscreen axis (example in photo). is there a solution?

0693W00000NsrYkQAJ.png 0693W00000NsrZQQAZ.png
DPutr.1 by Associate II
  • 5204 Views
  • 10 replies
  • 0 kudos

Why alignment and font is combined to translations?

Why touchgfx combines alignment and font with translations?We have same translation in many fonts and alignments, and we must create new Resource for each. Does not seem to make sense. Am I missing something?We end up with a lot of duplicates of the ...

Tuoman by Senior II
  • 3061 Views
  • 5 replies
  • 0 kudos

TouchGFX 지�?하는 보드 문�?�

안녕하세요​TouchGFX 사용 문�?� 드립니다.제가 STM32F401RE 보드 사용중�?��?�, TouchGFX designer�?서는 해당 보드를 지�?하지 않는것 같습니다. ​TouchGFX designer�?서 STM32F401RE 보드를 사용하는 방법�?� 있�?�까요?

Sejinoh by Associate II
  • 3255 Views
  • 5 replies
  • 0 kudos

Resolved! TouchGFX upgrade to 4.20 and got undefined reference

I upgrade to 4.20 from a previous upgrade I did to 4.19.1 and I have those linker error:C:\Projects\projextx\Middlewares\ST\touchgfx\lib\core\cortex_m4f\gcc\libtouchgfx-float-abi-hard.a(PainterRGB565.o): in function `touchgfx::PainterRGB565::paint(un...

STemWin for STM32U5

Is It possible to use STemWin for STM32U5 MCUs?Is There a version of STemWin for STM32U5 MCUs or Is it planned in future?

FToso.1 by Associate
  • 1405 Views
  • 1 replies
  • 0 kudos

There are compilation errors in: STM32F769I_EVAL Example TouchGFX How can I fix it ? Thank you in advance Daniel Abad

The problem is located in:AudioPlayerPresenter.cpp102  strncpy(copy, fullname, 50);'char* strncpy(char*, const char*, size_t)' specified bound 50 equals destination size [-Werror=stringop-truncation] AudioPlayerPresenter.cpp /TouchGFX/Applicati...

DAbad.1 by Associate III
  • 2342 Views
  • 5 replies
  • 1 kudos
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.