1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 16:38:18 +00:00
2025-02-05 12:05:53 +13:00

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!");