lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My two custom fonts

dbuezas opened this issue · comments

I wanted to use the full height of the display and maximize the number of chars in the screen so I made these two fonts.

I am really happy with the result, so dropping them here in case they can help someone else too :)

Kapture 2023-07-20 at 10 54 13

CalciumSuperThinTall.ttf.zip
CalciumThinTall.ttf.zip

ehmtxv2:
   ...
  default_font_yoffset: 8
  default_font_id: default_font
  special_font_yoffset: 8
  special_font_id: special_font
font:
  - file: rgb-clock/CalciumThinTall.ttf
    size: 16
    id: default_font
    glyphs: |
      !?"%‰()+*=,-_.:°µ²³0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnÖÄÜöäüopqrstuvwxyz€$@<>/
  - file: rgb-clock/CalciumSuperThinTall.ttf
    size: 16
    id: special_font
    glyphs: |
      !?"%‰()+*=,-_.:°µ²³0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnÖÄÜöäüopqrstuvwxyz€$@<>/
commented

Die Schriften sind klasse. Darf ich die mit in dieses Repo einbinden? (sobald sich das Modul wieder compilieren lässt)

Sehr gerne! :)

Can we call them differently? I originally started with the calcium font as a base, but then completely changed all characters.

I'd like mateine.ttf and mateineThin.ttf

commented

OK, sind umbenannt und in develop gemerged

Hey @dbuezas , this font looks really good!
Any chance that you could add more accented characters, like ã, Ã, à, À?
Thank you!

commented

I don't want to step on dbuezas' toes (it is a very nice font!) but if you need accents, mine have them already: https://github.com/trip5/Matrix-Fonts

Those look very nice @trip5 !
@jcristovao you can edit them online, it's fairly straightforward:)