mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[color][lvgl] Allow Color to be used for lv_color_t (#10016)
This commit is contained in:
		| @@ -78,7 +78,7 @@ lvgl: | ||||
|     - id: date_style | ||||
|       text_font: roboto10 | ||||
|       align: center | ||||
|       text_color: color_id2 | ||||
|       text_color: !lambda return color_id2; | ||||
|       bg_opa: cover | ||||
|       radius: 4 | ||||
|       pad_all: 2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user