mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	ili9xxx: Add support for GC9A01A display (#6351)
* Add support for GCA901A display --------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										11
									
								
								tests/components/ili9xxx/test.esp32.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/components/ili9xxx/test.esp32.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| spi: | ||||
|   mosi_pin: GPIO23 | ||||
|   clk_pin: GPIO18 | ||||
|  | ||||
| display: | ||||
|   - platform: ili9xxx | ||||
|     model: gc9a01a | ||||
|     id: gca901_display | ||||
|     cs_pin: GPIO5 | ||||
|     dc_pin: GPIO22 | ||||
|     reset_pin: GPIO21 | ||||
		Reference in New Issue
	
	Block a user