mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (I, J) (#8200)
This commit is contained in:
		| @@ -1,23 +1,11 @@ | ||||
| spi: | ||||
|   - id: spi_main_lcd | ||||
|     clk_pin: 16 | ||||
|     mosi_pin: 17 | ||||
|     miso_pin: 15 | ||||
| substitutions: | ||||
|   clk_pin: GPIO16 | ||||
|   mosi_pin: GPIO17 | ||||
|   cs_pin1: GPIO12 | ||||
|   dc_pin1: GPIO13 | ||||
|   reset_pin1: GPIO14 | ||||
|   cs_pin2: GPIO25 | ||||
|   dc_pin2: GPIO26 | ||||
|   reset_pin2: GPIO27 | ||||
|  | ||||
| display: | ||||
|   - platform: ili9xxx | ||||
|     invert_colors: true | ||||
|     dimensions: 320x240 | ||||
|     transform: | ||||
|       swap_xy: true | ||||
|       mirror_x: true | ||||
|       mirror_y: false | ||||
|     model: custom | ||||
|     cs_pin: 12 | ||||
|     dc_pin: 13 | ||||
|     reset_pin: 14 | ||||
|     init_sequence: | ||||
|       - [0xFF, 0x77, 0x01, 0x00, 0x00, 0x10] | ||||
|  | ||||
|     lambda: |- | ||||
|       it.rectangle(0, 0, it.get_width(), it.get_height()); | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user