Skip to content

Commit 6e687ed

Browse files
committed
touchup
1 parent 11e8c52 commit 6e687ed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ The ID of the icons is used later to configure the screens to display. So, you s
200200

201201
The first defined icon will be used as a fallback icon, in case of an error, e.g., if you use a non-existing icon ID.
202202

203+
There are some more advanced [parameters](#advanced-icon-parameter)
204+
203205
### Fonts
204206

205207
In the easy configuration is one TTF-font from [Trip5](https://github.com/trip5/Matrix-Fonts) included.
@@ -929,7 +931,7 @@ Example:
929931
***Example output:***
930932
![icon preview](./images/icons_preview.png)
931933

932-
### icons
934+
### advanced icon parameter
933935

934936
***Parameters***
935937
See [icon details](#icons-and-animations)
@@ -1027,13 +1029,13 @@ Numerous features are accessible with services from home assistant and lambdas t
10271029
- **progress**: сan take a value from -100 to 100, the color of the progress bar is calculated automatically, if no colors are specified in the function `set_progressbar_color`, then if the progress is in the range `0..100`, then `from red to green`, if in the range `-100..0`, then from `green to red`.
10281030
- **value_color_as_progress**: display the value with the color of the current color on the progress bar
10291031
- **value**: the brightness 0..255
1030-
- **prognosis**: 24 triplets of digits (72 in total), each triplet, one point on the prognosis bar in the specified color in the triplet color. Like: [200,200,200, ..., 100,100,100]
1032+
- **prognosis**: 24 triplets of digits (72 in total), each triplet, one point on the prognosis bar in the specified color in the triplet color. Like: [200,200,200, ..., 100,100,100] see [details](https://github.com/lubeda/EspHoMaTriXv2/issues/149)
10311033

10321034
### Night mode
10331035

10341036
When night mode is enabled, only the screens specified in `night_mode_screens` are displayed (**default:** 2, 3, 16) the other screens can be added, deleted, and will follow their life cycle but will not be displayed. Screen numbers in the table [mode](#modes).
10351037

1036-
### Icon Iindicator
1038+
### Icon Indicator
10371039

10381040
Shows the line indicator in the Icons area on the specified screens, in the specified color and at the specified vertical position.
10391041

0 commit comments

Comments
 (0)