mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 00:21:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			194 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			194 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
display:
 | 
						|
  - platform: pcd8544
 | 
						|
    cs_pin: ${cs_pin}
 | 
						|
    dc_pin: ${dc_pin}
 | 
						|
    reset_pin: ${reset_pin}
 | 
						|
    contrast: 60
 | 
						|
    lambda: |-
 | 
						|
      it.rectangle(0, 0, it.get_width(), it.get_height());
 |