mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[mipi_dsi] New display driver for P4 DSI (#9403)
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Keith Burzinski <kbx81x@gmail.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Samuel Sieb <samuel-github@sieb.net> Co-authored-by: Adam Liddell <git@aliddell.com> Co-authored-by: DT-art1 <81360462+DT-art1@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										19
									
								
								tests/components/mipi_dsi/test.esp32-p4-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								tests/components/mipi_dsi/test.esp32-p4-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| esp_ldo: | ||||
|   - id: ldo_id | ||||
|     channel: 3 | ||||
|     voltage: 2.5V | ||||
|  | ||||
| display: | ||||
|   - platform: mipi_dsi | ||||
|     model: JC1060P470 | ||||
|     enable_pin: GPIO22 | ||||
|  | ||||
| #light: | ||||
|   #- platform: mipi_dsi | ||||
|     #id: backlight_id | ||||
|  | ||||
| i2c: | ||||
|   sda: GPIO7 | ||||
|   scl: GPIO8 | ||||
|   scan: true | ||||
|   frequency: 400kHz | ||||
		Reference in New Issue
	
	Block a user