mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spi:
 | |
|   - id: spi_pcd8544
 | |
|     clk_pin: ${clk_pin}
 | |
|     mosi_pin: ${mosi_pin}
 | |
|     miso_pin: ${miso_pin}
 | |
| 
 | |
| 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());
 |