You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,8 @@ The ID of the icons is used later to configure the screens to display. So, you s
200
200
201
201
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.
202
202
203
+
There are some more advanced [parameters](#advanced-icon-parameter)
204
+
203
205
### Fonts
204
206
205
207
In the easy configuration is one TTF-font from [Trip5](https://github.com/trip5/Matrix-Fonts) included.
@@ -929,7 +931,7 @@ Example:
929
931
***Example output:***
930
932

931
933
932
-
### icons
934
+
### advanced icon parameter
933
935
934
936
***Parameters***
935
937
See [icon details](#icons-and-animations)
@@ -1027,13 +1029,13 @@ Numerous features are accessible with services from home assistant and lambdas t
1027
1029
- **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`.
1028
1030
- **value_color_as_progress**: display the value with the color of the current color on the progress bar
1029
1031
- **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)
1031
1033
1032
1034
### Night mode
1033
1035
1034
1036
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).
1035
1037
1036
-
### Icon Iindicator
1038
+
### Icon Indicator
1037
1039
1038
1040
Shows the line indicator in the Icons area on the specified screens, in the specified color and at the specified vertical position.
0 commit comments