-
-
Notifications
You must be signed in to change notification settings - Fork 30
fonts
github-actions[bot] edited this page Nov 1, 2023
·
8 revisions
Skill-level: all
Due to limitations of the display there are only some font useful here are some examples.
- file: ehmtx.ttf
id: default_font
size: 16
glyphs: |
!?"%()+*=,-_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnÖÄÜöäüopqrstuvwxyz€@<>/
ehmtx:
show_dow: true
default_font_yoffset: 6
default_font_id: default_font
....
These fonts are eight pixels high, so you have to disable the day of week in clock display
font:
- file: mateine.ttf
size: 16
id: default_font
glyphs: |
!?"%()+*=,-_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnÖÄÜöäüopqrstuvwxyz@<>ߧ€/
[8 pixel font]https://github.com/lubeda/EspHoMaTriXv2/blob/main/copy2esphome/mateine.ttf
font:
- file: mateineThin.ttf
size: 16
id: default_font
glyphs: |
!?"%()+*=,-_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnÖÄÜöäüopqrstuvwxyz@<>ߧ€/
[8 pixel font thin]https://github.com/lubeda/EspHoMaTriXv2/blob/main/copy2esphome/mateineThin.ttf
ehmtx:
show_dow: true
default_font_yoffset: 6
default_font_id: default_font
....
Details for this fonts are well documented in his repo