espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
143 stars 86 forks source link

feat(esp_qemu_rgb_panel): implement QEMU RGB panel driver #280

Closed o-marshmallow closed 8 months ago

o-marshmallow commented 8 months ago

Implement the virtual QEMU RGB panel driver as part of idf-extra-components instead of esp-idf. This PR includes an API for initializing the virtual QEMU RGB panel application, an implementation for this API as well as an example that shows how to use it in correlation with LVGL.

Checklist

CLAassistant commented 8 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

github-actions[bot] commented 8 months ago

Unit Test Results

0 tests  ±0   0 :heavy_check_mark: ±0   0s :stopwatch: ±0s 0 suites ±0   0 :zzz: ±0  0 files   ±0   0 :x: ±0 

Results for commit 0db31a49. ± Comparison against base commit 00e11af7.

:recycle: This comment has been updated with latest results.

igrr commented 8 months ago

Oh, you also need to add the new component in a few places:

as well as:

suda-morris commented 8 months ago

otherwise LGTM! Thanks @o-marshmallow

o-marshmallow commented 8 months ago

Oh, you also need to add the new component in a few places:

as well as:

I just updated the PR accordingly, please check again

igrr commented 8 months ago

The unrelated build failure will be fixed in https://github.com/espressif/idf-extra-components/pull/283