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

Ulanzi TC001: Mnimal Brightness #74

Closed cocker-cc closed 1 year ago

cocker-cc commented 1 year ago

I found out, that the minimal Brightness for Ulanzi TC001 can be set to 30. Lower than that it turns completely off. However to sleep nearby it is still too bright then for my Taste.

Is there a Possibility to come around?

lubeda commented 1 year ago

Hi, the brightness isn't part of my component. It use the addressable light component . So I can't help with this issue

lubeda commented 1 year ago

Hi, i found out the the gamma correction can help. Take a look at in the esphome manual: https://esphome.io/components/light/index.html?highlight=gamma+correct I set mine to 1.9 and reducing the brightness works better.

If you haven't already consider giving me a star on github. Thanx.