STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! New STM32F767 Project - Hardware decisions

Starting a new project using the STM32F767ZI (144 pin) chip. Project will have ethernet, can w/bootloader over can, and lcd/touchgfx.Looking at the demo kits all of them have SRAM and a large amount of non-volatile memory that is assigned to differen...

CJohn.4 by Associate II
  • 1223 Views
  • 8 replies
  • 0 kudos

I am working on a project related to printer design. however, I can't figure out certain functions can run on touch gfx or not. I have explained in detail the desired work. So that I could know whether ican implement this project through touch gfx or not.

I have attached a sample video, in which my desired work is being implemented.implemented in the sample video.As you can see the user can increase or decrease the text and can change the height and width at runtime as he wants.Can we implement simila...

SAMIN.1 by Associate III
  • 335 Views
  • 1 replies
  • 1 kudos

UTF-8?

Hi,A colleague need to send me strings via Uart.He asked me whether I work with UTF-8, and I was unable to find this information or how to configure it...(I know that at the end of the day to display it I'll have to convert to Unicode). Does anyone k...

BBlad.1 by Associate II
  • 1764 Views
  • 4 replies
  • 0 kudos

The STM32L4R9 Discovery kit it comes with a small round (390x390) DSI based display. I am trying to setup a standard rectangular DSI based display. All the example projects for STM32L4R9xx use a round display using GFXMMU look-up table ...

Since I don't have a round display, I don't need this lookup table to convert the bit locations, but there is no obvious way to not use it. How do you bypass this GFXMMU look-up table method and just send the raw image array to the DSI path? I am usi...

slime by Associate II
  • 927 Views
  • 4 replies
  • 0 kudos