mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
14 lines
239 B
YAML
14 lines
239 B
YAML
display:
|
|
- platform: lcd_gpio
|
|
id: my_lcd_gpio
|
|
dimensions: 18x4
|
|
data_pins:
|
|
- number: 1
|
|
- number: 2
|
|
- number: 3
|
|
- number: 4
|
|
enable_pin: 5
|
|
rs_pin: 6
|
|
lambda: |-
|
|
it.print("Hello World!");
|