lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
269 stars 25 forks source link

Fix uninitialized brighntess_ variable #223

Closed popy2k14 closed 4 months ago

popy2k14 commented 4 months ago

Fixes weird brightness issues at boot because of uninitialized brightness_ variable. With this change the clock dimms to the yaml configured target brightness (or which was set via code).

lubeda commented 4 months ago

Hi, i think merging to latest is the best way.

popy2k14 commented 4 months ago

thx for merging. Is it possible to make an new release tag like 2024.4.0 based on 2023.3.0 and with this fix?

popy2k14 commented 4 months ago

thx for the pre release