|
2 | 2 |
|
3 | 3 | This repository contain a Character LCD node for Node-RED Dashboard 2. This node add LCD display to your dashboard ui. |
4 | 4 |
|
| 5 | + |
| 6 | + |
| 7 | + |
5 | 8 |
|
6 | 9 | # Features |
7 | 10 | - Realtime dynamic update |
8 | 11 | - Customizable characters (Experiment) |
9 | 12 |
|
10 | 13 | # Configuration |
11 | 14 |
|
| 15 | + |
| 16 | + |
12 | 17 |
|
| 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. |
13 | 26 |
|
14 | 27 | # Custom Characters |
15 | 28 |
|
@@ -47,6 +60,8 @@ This Node allows you to send custom characters to an LCD display in Node-RED. Yo |
47 | 60 | 3. **Send the Payload:** |
48 | 61 | 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. |
49 | 62 |
|
| 63 | + |
| 64 | + |
50 | 65 | # Example |
51 | 66 | This is a example for using LCD. |
52 | 67 | ```json |
@@ -159,3 +174,9 @@ This is a example for using LCD. |
159 | 174 | } |
160 | 175 | ] |
161 | 176 | ``` |
| 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