espressif / esp-bsp

Board support components for Espressif development boards
Other
179 stars 94 forks source link

display_lvgl_demos (no Sound / no Audio) (BSP-540) #376

Open diplfranzhoepfinger opened 3 weeks ago

diplfranzhoepfinger commented 3 weeks ago

Board

ESP-BOX-3

Hardware Description

ESP-BOX-3

IDE Name

none

Operating System

Linux

Description

https://github.com/espressif/esp-bsp/tree/master/examples/display_lvgl_demos no Audio. Tested on a M5Stack S3 and on a ESP-BOX-3 no Sound.

Sketch

https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-bsp/config.toml&app=display_lvgl_demos

Other Steps to Reproduce

No response

I have checked existing issues, README.md and ESP32 Forum

tore-espressif commented 2 weeks ago

Hello @diplfranzhoepfinger this example does not have audio implemented. It is only graphical demos from https://github.com/lvgl/lvgl ported to ESP boards.

This example should have audio working https://github.com/espressif/esp-bsp/tree/master/examples/display_audio_photo but we have some bug reports for esp-idf master branch that we are trying to solve now