lubeda / EspHoMaTriXv2

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

[FEATURE REQUEST] no special font instead 8pix and 6 pix fonts #146

Closed lubeda closed 8 months ago

lubeda commented 10 months ago

It would be nice to get rid of the default font flag in the functions calls. I use 8 pix fonts when there is nothing in the lower row. With Progressbar or day of week I use 6pix fonts.

This should be automatic but would be a breaking change.

andrewjswan commented 10 months ago

I have it 90% of the time it's 6 font, 8 isn't always convenient. Still I think it is necessary either to make (I don't know how) it optional or let the user decide.

chertvl commented 10 months ago

Always using 6px font only, it looks better as i think ;)

trip5 commented 10 months ago

ESPHome compresses the fonts as far as I can tell. If you specify the same fonts, it should compress extremely well so the 2nd font doesn't use any space.

And please no, 2 fonts at 8 size is absolutely needed for me. I don't use any 6 size fonts (yes, lol even though I make them).