Skip to content

Releases: lubeda/EspHoMaTriXv2

2024.12.0

02 Dec 15:57
Compare
Choose a tag to compare

Maintaining this code is a nightmare. The esphome version 2024.11.0 introduced two bugs to the EHMTXv2-code.

Now these bugs are fixed and features, mainly from @andrewjswan (2024.6.pre) were added.

What's Changed

  • 2024.6.1: Add flip_flop_speed (optional, int): Set flip_flop_clock speed. (default: 2, range 1..10). by @andrewjswan in #236
  • 2024.6.1: Add multicolor text support by @andrewjswan in #237
  • 2024.6.1: Turn off cache when download by @andrewjswan in #239
  • ESPhome 2024.6.1 Breaking Change: Update YAML File for OTA Fix by @andrewjswan in #241
  • 2024.6.1: In multicolor_text mode, added the ability to reset to default color, improved documentation. by @andrewjswan in #238
  • Update time-date-replace.md by @trip5 in #246
  • Latest by @lubeda in #256

Full Changelog: 2024.5.1...2024.12.0

2024.5.1

19 May 10:24
Compare
Choose a tag to compare
2024.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2024.4.1...2024.5.1

2024.4.1

31 Mar 14:48
b7a09e3
Compare
Choose a tag to compare
2024.4.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2024.3.0...2024.4.1

2024.3.0

29 Feb 16:52
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2024.1.0...2024.3.0

clean up to start the new year 🎉

01 Jan 18:14
Compare
Choose a tag to compare
Pre-release

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

24 Jul 15:33
bdad371
Compare
Choose a tag to compare

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

  • added always_show_rl_indicators boolean
  • added on_start_running trigger to allow for additional configuration when
    matrix starts display
  • icontype rgb565 array as string
  • fixed scroll small text
  • introduced mateine.ttf and mateineThin.ttf from @dbuezas samples
  • fixed hold_screen issue

2023.7.0

21 Jul 15:50
5f337a2
Compare
Choose a tag to compare

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

  • added always_show_rl_indicators boolean
  • added on_start_running trigger to allow for additional configuration when
    matrix starts display
  • icontype rgb565 array as string
  • fixed scroll small text
  • introduced mateine.ttf and mateineThin.ttf from @dbuezas samples
  • fixed hold_screen issue

2023.6.5

17 Jun 06:06
b16f9c7
Compare
Choose a tag to compare

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

11 Jun 13:30
7e9ac97
Compare
Choose a tag to compare

2023.6.4

  • introduced scroll_small_text
  • introduced allow_empty_screen

2023.6.3

07 Jun 16:51
1699686
Compare
Choose a tag to compare

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