1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Allow to set user defined characters on LCD (#3322)

This commit is contained in:
Stanislav Meduna
2022-03-24 07:37:48 +01:00
committed by GitHub
parent d8024a5928
commit 48584e94c4
4 changed files with 55 additions and 1 deletions

View File

@@ -2218,6 +2218,17 @@ 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!");
i2c_id: i2c_bus