mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
display:
 | 
						|
  - platform: lcd_pcf8574
 | 
						|
    i2c_id: i2c_bus
 | 
						|
    dimensions: 18x4
 | 
						|
    address: 0x3F
 | 
						|
    user_characters:
 | 
						|
      - position: 0
 | 
						|
        data:
 | 
						|
          - 0b00000
 | 
						|
          - 0b01010
 | 
						|
          - 0b00000
 | 
						|
          - 0b00100
 | 
						|
          - 0b00100
 | 
						|
          - 0b10001
 | 
						|
          - 0b01110
 | 
						|
          - 0b00000
 | 
						|
    lambda: |-
 | 
						|
      it.print("Hello World!");
 |