mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	
							
								
								
									
										11
									
								
								tests/unit_tests/fixtures/substitutions/display.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/unit_tests/fixtures/substitutions/display.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| # display.yaml | ||||
|  | ||||
| defaults: | ||||
|   native_width: 480 | ||||
|   native_height: 480 | ||||
|  | ||||
| display: | ||||
|   - platform: ili9xxx | ||||
|     dimensions: | ||||
|       width: ${high_dpi and native_width * 2 or native_width} | ||||
|       height: ${high_dpi and native_height * 2 or native_height} | ||||
		Reference in New Issue
	
	Block a user