mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[lvgl] Allow esphome::Image in lambda to update image source directly (#7624)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -419,6 +419,7 @@ lvgl: | ||||
|             spin_time: 2s | ||||
|             align: left_mid | ||||
|         - image: | ||||
|             id: lv_image | ||||
|             src: cat_image | ||||
|             align: top_left | ||||
|             y: 50 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user