Skip to content

Commit

Permalink
Merge branch '2023.9.1' into 2023.9.1-Add_text_progress_screen
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Nov 10, 2023
2 parents 9578a67 + 5dbd370 commit 046a736
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ Numerous features are accessible with services from home assistant and lambdas t
|`icon_text_screen`|"icon_name", "text", "lifetime", "screen_time", "default_font", "r", "g", "b"|show the specified icon with text and scroll icon along with long text|
|`rainbow_icon_text_screen`|"icon_name", "text", "lifetime", "screen_time", "default_font"|show the specified icon with text in rainbow color and scroll icon along with long text|
|`bitmap_stack`|"icons", "lifetime", "screen_time"|show or scroll from 1 to 64 icons described in the configuration|
|`text_screen_progress`|"text", "value", "progress", "lifetime", "screen_time", "default_font", "value_color_as_progress", "r", "g", "b"|show the specified text with value and with progress bar on bottom|
|`text_screen_progress`|"text", "value", "progress", "lifetime", "screen_time", "default_font", "value_color_as_progress", "r", "g", "b"|show the specified short text with value and with progress bar on bottom|

#### Parameter description

Expand Down Expand Up @@ -1356,13 +1356,16 @@ sensor:

### bitmap_stack example

In the icons list (**icons**), you can pass a modifier (currently supported only **two**, works only for 1, 2, 3 icons in the list), which will change the method of displaying icons.

```
ehmtxv2:
icons:
- id: skull
lameid: 11241
```
Default icon display mode:
```
service: esphome.esp_hall_pixel_clock_bitmap_stack
data:
Expand All @@ -1371,6 +1374,7 @@ data:
screen_time: 10
```
Mode of displaying icons with **two** modifier:
```
service: esphome.esp_hall_pixel_clock_bitmap_stack
data:
Expand All @@ -1379,6 +1383,8 @@ data:
screen_time: 10
```
It's easier to see what it looks like than to describe it, try both options, choose the one that suits you best.
## Breaking changes
### 2023.8.0
Expand Down

0 comments on commit 046a736

Please sign in to comment.