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

How to use drawString

I don't really understand how to use drawString. The text explaining the function is not very clear in my opinion. And most importantly, it wont draw the string I want it to draw. I'm probably doing something wrong, but I don't know what.

MrJob by Associate II
  • 589 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H753 LCD CONTROLLER information.

Hi Guys, I've searched the ST website on info for setting up the LCD RGB 24bit controller and can't seem to find any info. The reference manual has a little info but doesn't show pin connections etc. Is there a webpage dedicated to the LCD Controller...

PAdam.6 by Associate II
  • 708 Views
  • 4 replies
  • 0 kudos

HAL_DSI_Read example code would help a lot!

The header for this function is very cryptic - what, for example, is 'ParametersTable'.All I want to do is check that my display if present by reading the ID codes (its a ILI9806E) but I get a timeout error on the read even though the page select wri...

HSYNC, VSYNC, & Porch Calculations

Hi, I'm having a doubt related to HSYNC, VSYNC and Porch Calculations. I'm working with STM32F746G Disco Board and wanted to understand how these values are calculated. The HSYNC, VSYNC, HBP, HFP, VBP, VFP values mentioned in data sheet (https://...

PBU by Associate III
  • 1354 Views
  • 5 replies
  • 0 kudos

DCMI JPEG data frame

Hi everyone,I'm using OV5640 and it supports the JPEG format. The camera is set 640x480.I'm confused the DCMI module. After started camera, get line callback and first two bytes are 0xFFD8 as expected. However, it never get the 0xFFD8 one again. It s...

Resolved! Changing Screen programmatically

Hi, I have been trying to have my screen change from my own code. Right now, I tried from another thread to do the following:I have two screens that I currently alternate every 15 seconds. FrontendApplication* App; App = static_cast<FrontendA...

Plaramee by Associate III
  • 947 Views
  • 3 replies
  • 0 kudos