Skip to main content
yukang
Associate
December 20, 2023
Solved

play Video using STM32WB5MMG with Touchgfx?

  • December 20, 2023
  • 1 reply
  • 1450 views

hello everyone ,i have successfully using MX+TouchGFX+IDE with my custom PCB board,and i want to add a video into my project,but i can't find "LIBJPEG" in "Middleware and Software Packs" or "JPEG" in "Multimedia",like this website:

https://support.touchgfx.com/docs/development/touchgfx-hal-development/generator-how-to/touchgfx-al-configuration/video-decoding 

so how can i do?

  • MCU:stm32wb5mmg
  • LCD driver:st7789
  • Display:240x240pixels,RGB565
  • FW Package:STM32Cube FW_WB V1.18.0
  • X-CUBE-TOUCHGFX version:4.23.0

yukang_0-1703044732711.png

yukang_0-1703048569690.png

Tony.

 

This topic has been closed for replies.
Best answer by Mohammad MORADI ESFAHANIASL

Hello @yukang ,

STM32WB5MMG is not capable of running and decoding videos, therefore, the LIBJPEG and JPEG options are not available in the STM32CubeMX project.

Best regards,

1 reply

ST Employee
December 20, 2023

Hello @yukang ,

STM32WB5MMG is not capable of running and decoding videos, therefore, the LIBJPEG and JPEG options are not available in the STM32CubeMX project.

Best regards,

yukang
yukangAuthor
Associate
December 21, 2023

thank you @Mohammad MORADI ESFAHANIASL ,

I plan to use the video for startup purposes, so I'll try using animation first.

Tony.

ST Employee
December 21, 2023

You're very welcome,

Good luck.