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! Problem with STM32F764

Good afternoon, I'm trying to use STM32F746ZGTx LQFTP144 for a railway scoreboard.(Commuter train schedule) I have a problem. I ran a BSD project on the Nucleo-144 STM32F746 board from the STM32746G_DISCOVERY examples. I commented out everything exce...

Vlaty.1 by Senior
  • 8008 Views
  • 11 replies
  • 0 kudos

Resolved! Manage "Keyboard Example" with joystick

On X-NUCLEO-GFX01M1 I would need to manage the on-screen keyboard because LCD is not touch.I have successfully ported keyboard example from designer to hardware (X-NUCLEO-GFX01M1 on NUCLEO-G071).Is it possible to add support for the keypad or is it b...

ALomb.1 by Associate III
  • 2004 Views
  • 7 replies
  • 0 kudos

Lines and Shapes inside a ListLayout

I have a layout that uses multiple nested custom containers.View -> MenuCustomContainer -> ListLayoutThe list layout is populated with:MenuItemCustomContainer -> (3 x EditableCustomContainer + Lines and Shapes)Part of my visual layout includes a few...

Dfarr.1 by Senior
  • 1033 Views
  • 4 replies
  • 0 kudos

TouchGFX Designer - design-time dropdown panels

Hi.There is one small annoyance in the TouchGFX Designer (v4.16...), i.e. the initial state of some dropdown panels. Selecting Screens designer page on left side, on the right side there is the respective SCREEN property tab. All the panels are in op...

KPort by Associate II
  • 751 Views
  • 1 replies
  • 0 kudos

Resolved! problem with using ili9341 TFT LCD with stm32f103RE

I successfully used a HAL code I found on Github for driving an ili9341 TFT LCD with SPI then I rewrote the code with registers. Part of my code works and I am able to fill pixels with color but when I try to use a function named ILI9341_Draw_Colour_...

salar1991 by Associate II
  • 1253 Views
  • 2 replies
  • 0 kudos

CR2032 coin cell capacity measurement

I am developing a device based on STM32L412KBT6 powered by CR2032 coin cell.I am planning to display coin cell status on a LCD display. For measuring coin cell capacity i am planning to use Fuel gauge/Coulomb meter.  Since the device is working on co...

TouchGfx with internal RAM and 800x480 pixel LCD

Hi,İ have custom STM32f767ZIT board with 4.3" pixel 480x272 TFT.I use it by TouchGfx with internal RAM (512K) and FrameBuffer is 255K (16bit color depth)I want to use 7" 800x480 pixel TFT with internal RAM. STM32H743/753 have 1MB RAM.But CubeMX dvnce...

I have a problem with VSYNC and TouchGFX since a recent update of the toolchain. model::tick is called too often.

The change in the generated code is in TouchGFXConfiguration.cpp touchgfx_taskEntry().Before the update it called OSWrappers::waitForVSync();Now it calls if (OSWrappers::isVSyncAvailable()) {  hal.backPorchExited(); }which does not reset vsync_sem in...

WSchr.1 by Associate II
  • 5769 Views
  • 20 replies
  • 0 kudos