mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (C) (#8186)
This commit is contained in:
		| @@ -1,25 +1,25 @@ | ||||
| i2c: | ||||
|   - id: i2c_cst226 | ||||
|     scl: ${scl_pin} | ||||
|     sda: ${sda_pin} | ||||
|  | ||||
| spi: | ||||
|   - id: spi_id_1 | ||||
|     clk_pin: GPIO7 | ||||
|     mosi_pin: GPIO6 | ||||
|     interface: any | ||||
|   - id: spi_ili9xxx | ||||
|     clk_pin: ${clk_pin} | ||||
|     mosi_pin: ${mosi_pin} | ||||
|  | ||||
| display: | ||||
|   - platform: ili9xxx | ||||
|     id: displ8 | ||||
|   - id: my_display | ||||
|     platform: ili9xxx | ||||
|     model: ili9342 | ||||
|     cs_pin: GPIO5 | ||||
|     dc_pin: GPIO4 | ||||
|     reset_pin: | ||||
|       number: GPIO21 | ||||
|     cs_pin: ${cs_pin} | ||||
|     dc_pin: ${dc_pin} | ||||
|     reset_pin: ${disp_reset_pin} | ||||
|     invert_colors: false | ||||
|  | ||||
| i2c: | ||||
|   scl: GPIO18 | ||||
|   sda: GPIO8 | ||||
|  | ||||
| touchscreen: | ||||
|   - platform: cst226 | ||||
|     interrupt_pin: GPIO3 | ||||
|     reset_pin: GPIO20 | ||||
|   - id: ts_cst226 | ||||
|     platform: cst226 | ||||
|     interrupt_pin: ${interrupt_pin} | ||||
|     reset_pin: ${reset_pin} | ||||
|  | ||||
|   | ||||
							
								
								
									
										12
									
								
								tests/components/cst226/test.esp32-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tests/components/cst226/test.esp32-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| substitutions: | ||||
|   clk_pin: GPIO0 | ||||
|   mosi_pin: GPIO2 | ||||
|   cs_pin: GPIO4 | ||||
|   dc_pin: GPIO5 | ||||
|   disp_reset_pin: GPIO12 | ||||
|   scl_pin: GPIO13 | ||||
|   sda_pin: GPIO14 | ||||
|   interrupt_pin: GPIO15 | ||||
|   reset_pin: GPIO16 | ||||
|  | ||||
| <<: !include common.yaml | ||||
| @@ -1 +1,12 @@ | ||||
| substitutions: | ||||
|   clk_pin: GPIO6 | ||||
|   mosi_pin: GPIO7 | ||||
|   cs_pin: GPIO8 | ||||
|   dc_pin: GPIO9 | ||||
|   disp_reset_pin: GPIO10 | ||||
|   scl_pin: GPIO0 | ||||
|   sda_pin: GPIO1 | ||||
|   interrupt_pin: GPIO2 | ||||
|   reset_pin: GPIO3 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
							
								
								
									
										12
									
								
								tests/components/cst226/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tests/components/cst226/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| substitutions: | ||||
|   clk_pin: GPIO6 | ||||
|   mosi_pin: GPIO7 | ||||
|   cs_pin: GPIO8 | ||||
|   dc_pin: GPIO9 | ||||
|   disp_reset_pin: GPIO10 | ||||
|   scl_pin: GPIO0 | ||||
|   sda_pin: GPIO1 | ||||
|   interrupt_pin: GPIO2 | ||||
|   reset_pin: GPIO3 | ||||
|  | ||||
| <<: !include common.yaml | ||||
							
								
								
									
										12
									
								
								tests/components/cst226/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tests/components/cst226/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| substitutions: | ||||
|   clk_pin: GPIO0 | ||||
|   mosi_pin: GPIO2 | ||||
|   cs_pin: GPIO4 | ||||
|   dc_pin: GPIO5 | ||||
|   disp_reset_pin: GPIO12 | ||||
|   scl_pin: GPIO13 | ||||
|   sda_pin: GPIO14 | ||||
|   interrupt_pin: GPIO15 | ||||
|   reset_pin: GPIO16 | ||||
|  | ||||
| <<: !include common.yaml | ||||
		Reference in New Issue
	
	Block a user