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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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 want to mount an ILI9341 TFT display on STM32F746; I'm using the Unigraphic Library on MBED, and I can't get it to work.

The display is a TFT mcufriend-like (http://www.lcdwiki.com/2.4inch_Arduino_Display) based on the ILI9341 chip. I started with the 'Unigraphic-St7920-Test' on mbed to make it work on my Nucleo F756ZG board (https://os.mbed.com/users/charly/code/UniGr...

MMast.11 by Associate III
  • 1126 Views
  • 1 replies
  • 0 kudos

Data Sheet of FRD154BP2902 display

Dear all,on several Discovery boards of the STM32L4/5 series the above mentioned display is used. However I cannot get access to a datasheet in the internet. Is there any source where I can get it?Best RegardsMarkus

mkrug by Associate III
  • 712 Views
  • 0 replies
  • 0 kudos

STM32L073 LCD Flags FCRSF and RDY flag not set

Hello, I've a smal implementation for the STM32L073 without using of the HAL. For the configuration of the LCD peripheral the flags FCSRF and RDY not set.I see that the flag FCSRF is reset during writing new values in the register FCR. The MCU have t...

bm2 by Associate III
  • 577 Views
  • 0 replies
  • 0 kudos

Two task in touch gfx

Hi, I'm using FreeRtos v1 , my board is stm32f429... . I have to thread in main.c and I generate them by stm32cubemx ...in one thread I have a touchgfx process . Other is a task for ethernet . Both of them have a same priority and the stack size of t...

S_bgh99 by Associate III
  • 894 Views
  • 3 replies
  • 0 kudos

Inverting colors

Hello, I have a 1bpp display and would like to invert the colors on all screens programatically. I've tried in a) getColorFrom24BitRGB(uint8_t red, uint8_t green, uint8_t blue) by XORing with 1, which is ok except for bitmapsb) TouchGFXHAL::flushFra...

Using a Touchscreen with Stemwin.

Hello all. I am using an STM3220G-EVAL board with 3.2" TFT and resistive touchscreen. I am using STEMWIN and would like to use the touchscreen. Can anyone point me in the direction of examples of using touch controller with this particular graphics l...

defacato by Associate II
  • 597 Views
  • 1 replies
  • 0 kudos