lubeda / EsphoMaTrix

A simple DIY status display with an 8x32 RGB LED panel implemented with esphome.io and Home Assistant
MIT License
217 stars 23 forks source link

TC001 fix sensors, add public domain font #52

Closed blakadder closed 1 year ago

blakadder commented 1 year ago

I've brute forced lux and battery sensors. Lux seems alright, battery is a bit sketchy but its to be expected with ESP32. I also took the liberty of adding a public domain font with a download link. Might be good to make on of the fonts from that resource default since they all have open licenses.

I expanded on the configuration in my guide https://blakadder.com/esphome-pixel-clock/ which has added button functions and a buzzer tune play service which aren't a part of this PR

I also removed duplicated pin names in substitutions.

lubeda commented 1 year ago

very nice, I will take a look after my work. Thanks