1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-16 08:43:45 +01:00
Files
esphome/tests/components/lcd_pcf8574/common.yaml
J. Nick Koston e8adcb539c common
2025-10-08 11:20:48 -10:00

18 lines
336 B
YAML

display:
- platform: lcd_pcf8574
dimensions: 18x4
address: 0x3F
user_characters:
- position: 0
data:
- 0b00000
- 0b01010
- 0b00000
- 0b00100
- 0b00100
- 0b10001
- 0b01110
- 0b00000
lambda: |-
it.print("Hello World!");