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

[QUESTION] move the second digit in the calendar one row to the left #221

Closed robotm-team closed 4 months ago

robotm-team commented 4 months ago

Question

Hi.

Thank you very much for your work put into this project!

I am wondering if it is possible to move the second digit in the calendar one row to the left.

Something like the picture below (I know, I have mastered paint to perfection ... :-) ).

Additional information

Logs

I think it is not necessary.

Additional context

Add any other context about the problem here. Bez nazwy

trip5 commented 4 months ago

Hey there. Fontmaster here. I remember there was quite a bit of discussion about this here: https://github.com/lubeda/EspHoMaTriXv2/issues/92

I haven't tested any of the character adjustments myself but you could certainly experiment and see if any of the modes do what you want it to do.

andrewjswan commented 4 months ago
        id(rgb8x32)->expand_icon_to_9(3);
        id(rgb8x32)->icon_clock("calendar|day#2", 1440, 10, true);
        id(rgb8x32)->icon_date("calendar|weekday#2", 1440, 5, true);
robotm-team commented 4 months ago

@trip5 Thank you for the link. I somehow overlooked this thread. And by the way thank you for the fonts !

@andrewjswan WOW ! Thank you very much. That's even more than I asked ... It is now much clearer in my opinion. I only used the first 2 lines and set the font to "false". The result is below. Screenshot_3

robotm-team commented 4 months ago

Problem solved by @andrewjswan