Skip to content

2023.7.0

Compare
Choose a tag to compare
@lubeda lubeda released this 21 Jul 15:50
· 43 commits to main since this release
5f337a2

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