espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
152 stars 93 forks source link

esp_lcd_qemu_rgb add esp32s3 support (IEC-192) #401

Closed zhengzhu-1m closed 1 month ago

zhengzhu-1m commented 1 month ago

Is your feature request related to a problem?

Describe the solution you'd like.

esp qemu Added ESP32-S3 support

Describe alternatives you've considered.

No response

Additional context.

No response

igrr commented 1 month ago

Hi @zhengzhu-1m, esp-develop-9.0.0-20240606 release of QEMU doesn't include the virtual framebuffer peripheral for ESP32-S3, which is why you get this error. We'll add this peripheral in the next QEMU release.

o-marshmallow commented 1 hour ago

The peripheral has been implemented for ESP32-S3 target in QEMU (commit https://github.com/espressif/qemu/commit/6f41181223a0c8c01571c908045aa5b6ab8f2e89). It is already available in our development branch, and will be available in the next release of QEMU.