mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add SSD1325 Display Component (#736)
* add ssd1325 component * fix i2c * remove ssd1325 i2c * add test * set max contrast * No macros - see styleguide * Remove invalid function * Formatting Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
		
				
					committed by
					
						 Otto Winter
						Otto Winter
					
				
			
			
				
	
			
			
			
						parent
						
							e553c0768e
						
					
				
				
					commit
					58b6311821
				
			| @@ -1333,6 +1333,13 @@ display: | ||||
|   reset_pin: GPIO23 | ||||
|   lambda: |- | ||||
|     it.rectangle(0, 0, it.get_width(), it.get_height()); | ||||
| - platform: ssd1325_spi | ||||
|   model: "SSD1325 128x64" | ||||
|   cs_pin: GPIO23 | ||||
|   dc_pin: GPIO23 | ||||
|   reset_pin: GPIO23 | ||||
|   lambda: |- | ||||
|     it.rectangle(0, 0, it.get_width(), it.get_height()); | ||||
| - platform: waveshare_epaper | ||||
|   cs_pin: GPIO23 | ||||
|   dc_pin: GPIO23 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user