You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thelv_img_dsc_t
as a const object. This could be done by refactoring theimage
component to expose internal stuff.The text was updated successfully, but these errors were encountered: