mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[inkplate] Rename component and fix grayscale (#10200)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										65
									
								
								tests/components/inkplate/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										65
									
								
								tests/components/inkplate/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,65 @@ | ||||
| i2c: | ||||
|   - id: i2c_inkplate | ||||
|     scl: 16 | ||||
|     sda: 17 | ||||
|  | ||||
| esp32: | ||||
|   cpu_frequency: 240MHz | ||||
|  | ||||
| display: | ||||
|   - platform: inkplate | ||||
|     id: inkplate_display | ||||
|     greyscale: false | ||||
|     partial_updating: false | ||||
|     update_interval: 60s | ||||
|     display_data_0_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     display_data_1_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     display_data_2_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     display_data_3_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     display_data_5_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     display_data_4_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     display_data_6_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     display_data_7_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     ckv_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     sph_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     gmod_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     gpio0_enable_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     oe_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     spv_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     powerup_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     wakeup_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
|     vcom_pin: | ||||
|       number: 1 | ||||
|       allow_other_uses: true | ||||
							
								
								
									
										1
									
								
								tests/components/inkplate/test.esp32-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								tests/components/inkplate/test.esp32-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| <<: !include common.yaml | ||||
							
								
								
									
										1
									
								
								tests/components/inkplate/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								tests/components/inkplate/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| <<: !include common.yaml | ||||
		Reference in New Issue
	
	Block a user