Skip to content

Commit

Permalink
Merge pull request lubeda#142 from andrewjswan/2023.9.1-Add_more_info…
Browse files Browse the repository at this point in the history
…rmation_about_Bitmap_stack_screen

2023.9.1: Add more information about Bitmap stack screen
  • Loading branch information
lubeda authored Nov 10, 2023
2 parents 3442533 + 7e7f09c commit 5dbd370
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 @@ -769,7 +769,7 @@ Numerous features are accessible with services from home assistant and lambdas t
|`rainbow_bitmap_small`|"icon", "text", "lifetime", "screen_time", "default_font"|show 8x8 image as text, and text in rainbow colors|
|`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|
|`bitmap_stack`|"icons", "lifetime", "screen_time"|show or scroll from 1 to 64 icons described in the configuration. [See examples](#bitmap_stack-example)|

#### Parameter description

Expand Down Expand Up @@ -1351,13 +1351,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 @@ -1366,6 +1369,7 @@ data:
screen_time: 10
```
Mode of displaying icons with **two** modifier:
```
service: esphome.esp_hall_pixel_clock_bitmap_stack
data:
Expand All @@ -1374,6 +1378,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 5dbd370

Please sign in to comment.