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

2024.4.1: Specifying the brightness for the BITMAP screen #229

Closed andrewjswan closed 3 months ago

andrewjswan commented 4 months ago

Added the ability to specify the required brightness when displaying a given BITMAP screen. Works only in advanced BITMAP mode.

icon: [....]|screen_id# - Brightness 240 (Default) 
icon: [....]|screen_id#200 - Brightness 200
lubeda commented 3 months ago

Well, I don't like this kind of passing parameter, but "if it helps".

andrewjswan commented 3 months ago

Well, I don't like this kind of passing parameter, but "if it helps".

I couldn’t think of a more beautiful and simpler option, this one works.