mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: test
 | |
| 
 | |
| esp32:
 | |
|   board: esp32s3box
 | |
| 
 | |
| image:
 | |
|   defaults:
 | |
|     type: rgb565
 | |
|     byte_order: little_endian
 | |
|   images:
 | |
|     - file: image.png
 | |
|       id: cat_img
 | |
| 
 | |
| spi:
 | |
|   mosi_pin: 6
 | |
|   clk_pin: 7
 | |
| 
 | |
| display:
 | |
|   - platform: mipi_spi
 | |
|     id: lcd_display
 | |
|     model: s3box
 |