mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	waveshare_epaper: Add 2.90in-dke (#6492)
Co-authored-by: The_Niz <the_niz@nurdspace.nl>
This commit is contained in:
		| @@ -83,6 +83,24 @@ display: | ||||
|     full_update_every: 30 | ||||
|     lambda: |- | ||||
|       it.rectangle(0, 0, it.get_width(), it.get_height()); | ||||
|   - platform: waveshare_epaper | ||||
|     model: 2.90in-dke | ||||
|     spi_id: spi_id_1 | ||||
|     cs_pin: | ||||
|       allow_other_uses: true | ||||
|       number: GPIO25 | ||||
|     dc_pin: | ||||
|       allow_other_uses: true | ||||
|       number: GPIO26 | ||||
|     busy_pin: | ||||
|       allow_other_uses: true | ||||
|       number: GPIO27 | ||||
|     reset_pin: | ||||
|       allow_other_uses: true | ||||
|       number: GPIO32 | ||||
|     full_update_every: 1 | ||||
|     lambda: |- | ||||
|       it.rectangle(0, 0, it.get_width(), it.get_height()); | ||||
|   - platform: waveshare_epaper | ||||
|     model: 2.70in-b | ||||
|     spi_id: spi_id_1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user