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

ov9655 output format analysis

I capture an image using the ov9655 camera module. The selected the image format as rgb565. The image captured is getting captured clearly (as i can see it on the lcd). As a next step, I wanted to analyse how the image is stored in the camera buffer....

SPrak.4 by Associate II
  • 293 Views
  • 0 replies
  • 0 kudos

Dynamic create bitmap

I want to create bitmap dynamically. I called bmpId = Bitmap::dynamicBitmapCreate(800, 480, Bitmap::RGB565); I found bmpId is 0xffff.and then call Bitmap::cacheGetAddress(bmpId);system will dead loop in Bitmap::cacheGetAddress(bmpId);

DJin.3 by Associate
  • 690 Views
  • 4 replies
  • 0 kudos

Camera selection and interface

HiWhat is the easiest way to interface a camera. AN5020 lists a number of camera sensors supported, however only the old OV2640 is included in the support packages.The most complex issue is setting up the sensor registers - do the manufacturers suppl...

pbayton9 by Associate II
  • 321 Views
  • 0 replies
  • 0 kudos

DMA2D Transfer Errors

We are using a STM32H743I-EVAL2 and have our LCD frame buffers running on SDRAM1 using the FMC. On startup we are loading image data from QSPI flash to SDRAM and then using DMA2D to composite our displays together.However on startup we get a DMA2D t...

BComp by Associate
  • 407 Views
  • 0 replies
  • 0 kudos

How to set Display's parameters ?

In applications for STM32f746-disco board, the display's parameters in rk043fn48h.h are as the following:/** * @brief RK043FN48H Timing */ #define RK043FN48H_HSYNC ((uint16_t)41) /* Horizontal synchronization */ #define RK043...

0690X000009jrqBQAQ.png