Skip to content

Commit fa0ee08

Browse files
authored
Update README.md
1 parent c80369d commit fa0ee08

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@
22

33
This repository contain a Character LCD node for Node-RED Dashboard 2. This node add LCD display to your dashboard ui.
44

5+
![image](https://github.com/user-attachments/assets/a381a668-ec34-4096-a500-2dd6a1a12df3)
6+
![image](https://github.com/user-attachments/assets/e142e841-ca8b-4856-9a5c-ee66ab31e440)
7+
58

69
# Features
710
- Realtime dynamic update
811
- Customizable characters (Experiment)
912

1013
# Configuration
1114

15+
![image](https://github.com/user-attachments/assets/94f823b0-55e8-45f9-b0db-bf8400fae138)
16+
1217

18+
- Rows: Set rows of LCD.
19+
- Columns: Set columns of LCD.
20+
- Pixel Size: Set Size per pixel in LCD.
21+
- Space Size: Set space size between pixel in LCD.
22+
- Backlight Color: Set Backlight color in LCD (Pixel off).
23+
- Pixel Color: Set Color of pixel in LCD (Pixel on)
24+
- Auto Clear: Enable auto clear text every time when change text.
25+
- ROM: Set ROM of LCD. **JP** for Japanese standard font, or **EU** for European standard font.
1326

1427
# Custom Characters
1528

@@ -47,6 +60,8 @@ This Node allows you to send custom characters to an LCD display in Node-RED. Yo
4760
3. **Send the Payload:**
4861
Once the payload is formatted, send it to your LCD display using the appropriate function or node to update the display with your custom character.
4962

63+
![image](https://github.com/user-attachments/assets/9835aa98-5c27-441c-b292-7ece42c76291)
64+
5065
# Example
5166
This is a example for using LCD.
5267
```json
@@ -159,3 +174,9 @@ This is a example for using LCD.
159174
}
160175
]
161176
```
177+
178+
# License
179+
180+
This project is licensed under the **Apache-2.0**. See the [LICENSE](LICENSE).
181+
182+
[`Char-lcd`](https://github.com/jazz-soft/char-lcd) is licensed under the **MIT license**.

0 commit comments

Comments
 (0)