Skip to content

Commit

Permalink
Merge branch '2023.9.1-Main' into 2023.9.1-PR116-Move_sbitmap_to_EHMT…
Browse files Browse the repository at this point in the history
…X_queue
  • Loading branch information
andrewjswan authored Oct 31, 2023
2 parents 111f2a5 + 4d1c1aa commit ba72375
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 60 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
- `icon_screen_progress(iconname, text, progress, lifetime, screen_time, default_font, r, g, b)`
- Added `replace_time_date_to:` and `replace_time_date_from:` which allow replacing the system date & time text (anything!)
- Added `bitmap_small` and `rainbow_bitmap_small` screen.
- Added a pseudo-icon `blank` - empty icon, no display.
- Added screen with scroll icon along with long text, `icon_text_screen`, `rainbow_icon_text_screen`.

### EspHoMaTriX 2023.9.0
- Added the ability to display graph as defined in the YAML file
Expand Down Expand Up @@ -764,13 +766,15 @@ Numerous features are accessible with services from home assistant and lambdas t
|`set_infotext_color`|"left_r", "left_g", "left_b", "right_r", "right_g", "right_b","default_font","y_offset"|set the special color for left and right char on info text|
|`bitmap_small`|"icon", "text", "lifetime", "screen_time", "default_font", "r", "g", "b"|show 8x8 image as text, and text|
|`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|

#### Parameter description

- **r, g, b**: Color components for red, green, and blue 0..255
- **size**: The size of the rindicator or alarm, 1-3
- **percent**: values from 0..100
- **icon_name**: the id of the icon to show, as defined in the YAML file, it is also possible to set the arbitrary [screen identifier](#screen_id), for example `icon_name|screen_id`
- **icon_name**: the id of the icon to show, as defined in the YAML file (or pseudo-icon `blank` - empty icon), it is also possible to set the arbitrary [screen identifier](#screen_id), for example `icon_name|screen_id`
- **text**: a text message to display
- **lifetime**: how long does this screen stay in the queue (minutes)
- **screen_time**: how long is this screen display in the loop (seconds). For short text without scrolling it is shown the defined time, longer text is scrolled at least `scroll_count` times.
Expand Down Expand Up @@ -1030,6 +1034,8 @@ For example, if you have multiple icons named weather_sunny, weather_rain & weat
|MODE_ICON_DATE | 18|
|MODE_ICON_PROGRESS | 19|
|MODE_RAINBOW_BITMAP_SMALL| 20|
|MODE_ICON_TEXT_SCREEN| 21|
|MODE_RAINBOW_ICON_TEXT_SCREEN| 22|

**(D)** Service **display_on** / **display_off**

Expand Down Expand Up @@ -1403,7 +1409,8 @@ THE SOFTWARE IS PROVIDED “AS IS”, use at your own risk!
- **[trvrnrth](https://github.com/trvrnrth)** PRs with fixing an error
- **[andrewjswan](https://github.com/andrewjswan)** Boot animation centered. `alert_screen` and [issue](https://github.com/lubeda/EspHoMaTriXv2/issues/84) and the additions to 2023.9.1
- **Added by [andrewjswan](https://github.com/andrewjswan)** [![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
- **[malinovsku](https://github.com/malinovsku)** Issues and testing.
- **[malinovsku](https://github.com/malinovsku)** Issues and testing.
- **[chertvl](https://github.com/chertvl)** Issues and testing.
- **Everybody** who found bugs/issues and reported them!

## Special thanks to all sponsors
Loading

0 comments on commit ba72375

Please sign in to comment.