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

[lvgl] Allow esphome::Image in lambda to update image source directly (#7624)

This commit is contained in:
guillempages
2024-10-17 22:23:37 +02:00
committed by GitHub
parent 8bbe4efded
commit ef6ccddc0d
3 changed files with 17 additions and 0 deletions

View File

@@ -127,6 +127,11 @@ binary_sensor:
- platform: lvgl
name: LVGL checkbox
widget: checkbox_id
on_state:
then:
- lvgl.image.update:
id: lv_image
src: !lambda if (x) return id(cat_image); else return id(dog_image);
wifi:
ssid: SSID

View File

@@ -419,6 +419,7 @@ lvgl:
spin_time: 2s
align: left_mid
- image:
id: lv_image
src: cat_image
align: top_left
y: 50