Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map ESPHome images to LVGL images #2

Closed
clydebarrow opened this issue Sep 23, 2023 · 1 comment
Closed

Map ESPHome images to LVGL images #2

clydebarrow opened this issue Sep 23, 2023 · 1 comment
Labels

Comments

@clydebarrow
Copy link
Owner

ESPHome images are stored as a data block, with an Image object constructed at run time. It should be easy to derive an LVGL lv_img_dsc_t from it, though it would be nicer to just init the lv_img_dsc_t as a const object. This could be done by refactoring the image component to expose internal stuff.

@github-actions
Copy link

esphome#430

@github-actions github-actions bot added the stale label Sep 25, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2023
clydebarrow pushed a commit that referenced this issue Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant