Releases: lubeda/EspHoMaTriXv2
2024.5.1
What's Changed
- 2024.4.1: Fix
find screen
log message by @andrewjswan in #228 - 2024.4.1: Specifying the brightness for the BITMAP screen by @andrewjswan in #229
- 2024.5.0: Add Flip Flop Clock mode by @andrewjswan in #234
Full Changelog: 2024.4.1...2024.5.1
2024.4.1
What's Changed
- 2024.3.0: Add Rainbow Shimmer by @andrewjswan in #217
- Update weather-display.md by @trip5 in #218
- Fix uninitialized brighntess_ variable by @popy2k14 in #223
- 2024.4.0: Fix for Night loop by @andrewjswan in #226
- 2024.4.0: Fix for display Off by @andrewjswan in #227
New Contributors
Full Changelog: 2024.3.0...2024.4.1
2024.3.0
Hi, this is a "new" release with many improvements due to the work of @andrewjswan and all the other contributors. If you are using an older release, please read the new manual, you have to update your YAML!!
Activate the new release with this:
external_components:
- source:
type: git
url: https://github.com/lubeda/EspHoMaTriXv2
ref: 2024.3.0
refresh: 120m
components: [ehmtxv2]
What's Changed
- 2024.1.0: Advanced Boot Logo by @andrewjswan in #191
- 2024.1.0: Simplifying the Advanced boot logo by @andrewjswan in #193
- 2024.1.0: Small improvements in reading source code by @andrewjswan in #194
- 2024.1.0: Add Boot logo mode 6 and 7 - pseudo animation by @andrewjswan in #195
- 2024.1.0: Readme update by @andrewjswan in #196
- 2024.1.0: Advanced clock - draw date by @andrewjswan in #197
- Revert "2024.1.0: Advanced clock - draw date" by @lubeda in #198
- Improve 2024.1.0 readme structure by @fthiery in #202
- Revert "Revert "2024.1.0: Advanced clock - draw date"" by @andrewjswan in #199
- 2024.1.0: Fix for
on_show_display
on_night_mode
on_next_screen
triggers by @andrewjswan in #205 - 2024.1.0: Simplified Auto-Adjust Brightness switch by @andrewjswan in #206
- 2024.1.0: Rainbow change tune by @andrewjswan in #209
- 2024.1.0: Fix for BITMAP SMALL screen in delete screen function by @andrewjswan in #213
New Contributors
Full Changelog: 2024.1.0...2024.3.0
clean up to start the new year 🎉
After @andrewjswan and others made so many new features, it was time to clean up the repo.
So in this release you get all the functionality of 2023.9.1 but a hopefully cleaner documentation.
If you are coming from another version then 2023.9.1 you will find plenty of breaking changes, be prepared.
Have fun and a happy new year. 🎉
2023.7.1
Attention
The update of esphome to 2023.7.0 made a change to all YAML files necessary.
You have to add this to your YAML
image:
- file: 1pixel.gif
id: breaking20237
animation:
- file: 1pixel.gif
id: breaking202371
You have also to copy the file 1pixel.gif from the copy2esphome folder to the directory with your YAML.
Changelog
2023.7.1
- reintroduced set_clock_color
2023.7.0
2023.7.0
Attention
The update of esphome to 2023.7.0 made a change to all YAML files necessary.
You have to add this to your YAML
image:
- file: 1pixel.gif
id: breaking20237
animation:
- file: 1pixel.gif
id: breaking202371
You have also to copy the file 1pixel.gif from the copy2esphome folder to the directory with your YAML.
Changelog
2023.7.0
2023.6.5
2023.6.5
- introduced
blend_steps: 16
- introduced service color_gauge
- fixed bitmap_small with gauge
- fixed del_screen with "*"
- improved blueprint selection @andrew-codechimp
2022.6.4
2023.6.3
Changelog
2023.6.3
- introduced
default_clock_font: true
- changed *_interval to be set only on compile time
- change scroll_count to be set only on compile time
- change font_offsets to be set only on compile time
- change date/time_format to be set only on compile time
- remove unused frame_interval
Breaking changes
Due to this change, these values are fixed, e.g. you can not change the date or time-format during runtime anymore!!
- changed *_interval to be set only on compile time
- change scroll_count to be set only on compile time
- change font_offsets to be set only on compile time
- change date/time_format to be set only on compile time