STM32 MCUs TouchGFX and GUI

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

STM32F746 nucleo communication to LCD with FMC

I am setting new LCD screen with parallel 8080 protocol ( screen controller is SSD1351 ), I am using ST CubeMX to generate code for fmc ( attached picture of the configuration ). My problem is when I try to write command my D0-D7 is always 0 and my D...

davidra7 by Associate II
  • 425 Views
  • 0 replies
  • 0 kudos

CAN bus and TouchGFX

Hi,In my system I have 2 devices connected over CAN bus (one on F746, second on F205), and F746 runs a TouchGFX application (800x600x16bpp) with 2 lightweight screens; FreeRTOS and SysTick configured to 100Hz. My problem is that image on screen may s...

0690X0000089Kx3QAE.png
itxs by Associate II
  • 1931 Views
  • 8 replies
  • 1 kudos

STM32CubeIDE and TouchGFX4.10 Starting New Project

Hi all,I tried to start a new project (from zero) in STM32CubeIDE with STM32F746DISCO board base, but I get errors in TouchGFX Generation Code when I Execute from CubeIDE, in the begginings...I could get working the new STM32CubeIDE and TouchGFX impo...

0690X000008w7OqQAI.jpg
eng23 by Senior
  • 716 Views
  • 4 replies
  • 0 kudos

Scroll list add/remove

Hi everyone,i would remove or add a object in a scroll listI try to useparamScroll.remove(*paramScrollListItems.getDrawable(0)); paramScroll.add(*paramScrollListItems.getDrawable(5));but it don't work.paramScrollListItems is a DrawableListItems.How c...

apll by Associate II
  • 2787 Views
  • 13 replies
  • 0 kudos

STM32F469I-Disco: Only 3/4th of screen drawing

I have created a simple project. So far only has 3 screens, each a box filling the screen of different colours. I simply use 'Interactions' to toggle between each screen every 2 seconds. On start-up the complete screen is drawn. On each subsequent sc...

0690X000008vwfAQAQ.jpg 0690X000008vwfKQAQ.jpg
Matt3 by Associate II
  • 546 Views
  • 2 replies
  • 0 kudos