STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

Facing issue to interface LCD with stm32f407ve

Hi,I am using STM32F407, trying to interface LCD 16x2 to display sensor data on it.using same code with 8bit mode, I am able to see data on lcd, but when I am trying to use LCD with 4-bit then its not working.. attaching code stm32f4xx_hal.h is attac...

Swagh.1 by Associate
  • 593 Views
  • 0 replies
  • 0 kudos

Touch GFX 'Status Bar' at Top of all views

Hi, I want to know how to implement a 'status bar' type view that is at the top of all views, that contains things like battery level etc. similar to that found in something like Android or iOS.In the touch GFX documentation it mentions it briefly bu...

savvn001 by Associate II
  • 661 Views
  • 3 replies
  • 1 kudos

Hello to everyone. I am working with STM32F429 mcu on Touchgfx. I am using a 7inch screen. I am using W25Q128 external flash. Couldn't integrate with Touchgfx. I could not integrate the MB1642BDataReader library in the STM32G0 example into STM32F429.

Hello to everyone. I am working with STM32F429 mcu on Touchgfx. I have successfully run the Touchgfx. I am using a 7inch screen and sending images line by line with DMA. I want to use an external flash as I have too many images to use. I am using W25...

MKoca.1 by Senior
  • 358 Views
  • 1 replies
  • 0 kudos

4-lane MIPI with STM32F769 Disco

Hi Everyone.I have plan to develop custom board based on kit STM32F769 Disco.TFTLCD I use in this project is 4-lane MIPI (https://focuslcds.com/content/E70RA-I-MW1530-C_Spec.pdf)But as we know STM32f769 Disco only have 2-lane MIPI.So I'm wondering wh...

HAnh by Associate III
  • 1266 Views
  • 4 replies
  • 0 kudos

Resolved! .bdf fonts not working?

Documentation claims:The Font Converter accepts   TrueType (.ttf) OpenType (.otf) Glyph Bitmap Distribution Format (.bdf).I tried to use fonts from:https://github.com/farsil/ibmfontsI put fonts into folder: myproject\TouchGFX\assets\fontsAfter restar...

Tuoman by Senior II
  • 1582 Views
  • 9 replies
  • 0 kudos

Resolved! Variables from Screen1ViewBase are not accessible from Screen1View. I get "VariableName" was not declared in this scope.

I have a variable declare in protected area of the Screen1ViewBase Class: "touchgfx::IconButtonStyle< touchgfx::ClickButtonTrigger > BlinkyAlertIcon;" and I want to use this variable in Screen1View which is publicly derived from Screen1ViewBase. I re...

CStir.1 by Associate III
  • 1042 Views
  • 6 replies
  • 1 kudos