Skip to content

Releases: lubeda/EspHoMaTriXv2

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

2023.6.2

04 Jun 10:04
b8bb7f1
Compare
Choose a tag to compare

Changelog

2023.6.2

  • set rtl mode at compile time

2023.6.1

  • fixed show_date, added show_date to the docmentation
  • new small logo

2023.6.0

  • first release of v2

2023.5.0

  • beta release