[lvgl] Fixes #4 (#15334)

This commit is contained in:
Clyde Stubbs
2026-04-02 07:39:51 +10:00
committed by GitHub
parent 813b142b72
commit bdce47e764
4 changed files with 31 additions and 8 deletions
+8
View File
@@ -511,6 +511,7 @@ lvgl:
image:
src: cat_image
align: top_left
bitmap_mask_src: alert
on_click:
- lvgl.widget.focus: spin_up
- lvgl.widget.focus: next
@@ -1189,6 +1190,13 @@ image:
type: BINARY
transparency: chroma_key
- id: alert
file: $component_dir/logo-text.svg
type: grayscale
resize: 100x100
invert_alpha: true
transparency: alpha_channel
color:
- id: light_blue
hex: "3340FF"