STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How can I show a picture on a tft lcd?

Hi! I'm using stm32h750-custom board, and I want to show a picture on a 4.3 inch tft lcd with ltdc interface. I'm pretty sure that I adjusted ltdc setting correctly. I used image converter to convert the image (480*272pixels) and I add the exported h...

SHash.2 by Associate
  • 446 Views
  • 3 replies
  • 0 kudos

How to use DMA2D

Hello Dear Engineers,I am looking for using DMA2D with stm32f429IGT6. So far I have been able to use RAM and LCD in cooperation. Now I want to use LVGL as the main framework. The main problem is I don't know how should I use dma2d in the bare-metal c...

Resolved! DMA2D throws configuration error

Hello!We are use STM32H747 and TouchGFX. We are need to use DMA2D. But we have issue with mode DMA2D_R2M.Our configuration hdma2d.Instance = DMA2D; hdma2d.Init.Mode = DMA2D_R2M; hdma2d.Init.ColorMode = DMA2D_OUTPUT_ARGB8888; hdma2d.Init.Output...

VLesc.1 by Associate
  • 400 Views
  • 3 replies
  • 0 kudos
Labels