mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[lvgl] Fix msgbox content (#7912)
This commit is contained in:
		
				
					committed by
					
						 Jesse Hills
						Jesse Hills
					
				
			
			
				
	
			
			
			
						parent
						
							d0958f7cf2
						
					
				
				
					commit
					86ae1c5931
				
			| @@ -109,6 +109,10 @@ lvgl: | ||||
|       close_button: true | ||||
|       title: Messagebox | ||||
|       bg_color: 0xffff | ||||
|       widgets: | ||||
|         - label: | ||||
|             text: Hello Msgbox | ||||
|             id: msgbox_label | ||||
|       body: | ||||
|         text: This is a sample messagebox | ||||
|         bg_color: 0x808080 | ||||
| @@ -137,6 +141,9 @@ lvgl: | ||||
|         - lvgl.widget.focus: mark | ||||
|         - lvgl.widget.redraw: hello_label | ||||
|         - lvgl.widget.redraw: | ||||
|         - lvgl.label.update: | ||||
|             id: msgbox_label | ||||
|             text: Unloaded | ||||
|       on_all_events: | ||||
|         logger.log: | ||||
|           format: "Event %s" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user