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

STM32L496 Interfacing with OV5640 Camera

Hardware :STM32L496 DVI interface is used to connect Camera sensor OV5640. We have configured the software to receive JPG format through serial interface .Problem :We are trying to get the jpeg data from camera sensor(OV5640). we are receiving some d...

cshek by Associate
  • 720 Views
  • 1 replies
  • 0 kudos

How can it use model function out of MVP?

Hi!I want to use a function of the model in a my class out of MVP, is it possible?void Model::proofPrint() { modelListener->printLabel(); }printLabel() is a function inside a screen.I have a class MainApp.cpp that it use how class wrapper for the fi...

apll by Associate II
  • 1113 Views
  • 7 replies
  • 0 kudos

STM32f469 disco display output issue

Hello. Created a new TouchGFX Designer (4.10.0 version) project with stmf469 disco application template and started it in simulator - the result was ok, but if I start it on target, using "Run Target" or ST-Link utility the output represents shifted ...

0690X00000884x0QAA.jpg
dimka by Associate
  • 532 Views
  • 2 replies
  • 0 kudos

Resolved! how to make keyboard in modal window?

i try to make numeric keypad.What I want to do is to click on the TextArea so that the numeric keypad pops up.If there is an example, it would be better. If not, how do you implement it?Is there any way to output a keyboard example to modal windows?

ikassma by Senior
  • 557 Views
  • 1 replies
  • 0 kudos

Should I use xTaskCreate if I want to use UART?

I want to send data using UART, I've configured everything but I don't get any data output unfortunately. My question is whether this can be because of the fact that I am doing nothing with xTaskCreate? When should xTaskCreate be used and should I us...

LTech by Associate III
  • 2210 Views
  • 16 replies
  • 0 kudos