mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[lvgl] Bug fixes (#7338)
This commit is contained in:
		
				
					committed by
					
						 Jesse Hills
						Jesse Hills
					
				
			
			
				
	
			
			
			
						parent
						
							1f21e419aa
						
					
				
				
					commit
					388abaf09f
				
			| @@ -379,6 +379,7 @@ lvgl: | ||||
|                     format: "bar value %f" | ||||
|                     args: [x] | ||||
|         - line: | ||||
|             id: lv_line_id | ||||
|             align: center | ||||
|             points: | ||||
|               - 5, 5 | ||||
| @@ -387,7 +388,10 @@ lvgl: | ||||
|               - 180, 60 | ||||
|               - 240, 10 | ||||
|             on_click: | ||||
|               lvgl.page.next: | ||||
|               - lvgl.widget.update: | ||||
|                   id: lv_line_id | ||||
|                   line_color: 0xFFFF | ||||
|               - lvgl.page.next: | ||||
|         - switch: | ||||
|             align: right_mid | ||||
|         - checkbox: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user