mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 08:28:19 +00:00
14 lines
291 B
YAML
14 lines
291 B
YAML
display:
|
|
- platform: lcd_gpio
|
|
id: my_lcd_gpio
|
|
dimensions: 18x4
|
|
data_pins:
|
|
- number: ${d0_pin}
|
|
- number: ${d1_pin}
|
|
- number: ${d2_pin}
|
|
- number: ${d3_pin}
|
|
enable_pin: ${enable_pin}
|
|
rs_pin: ${rs_pin}
|
|
lambda: |-
|
|
it.print("Hello World!");
|