mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Added Waveshare 2.90inch V2 e-ink display (#1538)
This commit is contained in:
		| @@ -1812,6 +1812,15 @@ display: | ||||
|     full_update_every: 30 | ||||
|     lambda: |- | ||||
|       it.rectangle(0, 0, it.get_width(), it.get_height()); | ||||
|   - platform: waveshare_epaper | ||||
|     cs_pin: GPIO23 | ||||
|     dc_pin: GPIO23 | ||||
|     busy_pin: GPIO23 | ||||
|     reset_pin: GPIO23 | ||||
|     model: 2.90inv2 | ||||
|     full_update_every: 30 | ||||
|     lambda: |- | ||||
|       it.rectangle(0, 0, it.get_width(), it.get_height()); | ||||
|   - platform: st7789v | ||||
|     cs_pin: GPIO5 | ||||
|     dc_pin: GPIO16 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user