1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[lgvl] disp_bg_image and disp_bg_opa changes (#8025)

This commit is contained in:
Clyde Stubbs
2025-01-13 05:46:17 +11:00
committed by GitHub
parent 8a98b69a57
commit 0df6a913b3
4 changed files with 21 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ lvgl:
bg_color: light_blue
disp_bg_color: color_id
disp_bg_image: cat_image
disp_bg_opa: cover
theme:
obj:
border_width: 1
@@ -207,7 +208,7 @@ lvgl:
- lvgl.animimg.stop: anim_img
- lvgl.update:
disp_bg_color: 0xffff00
disp_bg_image: cat_image
disp_bg_image: none
- lvgl.widget.show: message_box
- label:
text: "Hello shiny day"