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