Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix fonts renamed #86

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Copy these files from the source folder `copy2esphome`:

to your esphome directory (usually `/config/esphome`).

Grab the font files, that are used in `ulanzi-simple.yaml` from https://github.com/trip5/MatrixClockFonts and save them in `/config/esphome/fonts`.
Grab the font files, that are used in `ulanzi-simple.yaml` from https://github.com/trip5/Matrix-Fonts and save them in `/config/esphome/fonts`.

In your esphome dashboard, you will find a new device named `ulanzi-easy`.

Expand Down Expand Up @@ -453,7 +453,7 @@ Not all fonts are suitable for this minimalistic display. There are public domai

You can configure two fonts if you like.

Trip5 is also providing special fonts for 8x32 matrices in his [repo](https://github.com/trip5/MatrixClockFonts)
Trip5 is also providing special fonts for 8x32 matrices in his [repo](https://github.com/trip5/Matrix-Fonts)

dbuezas has also contributed tow optimized fonts with umlauts for this kind of display `mateine.ttf` and `mateineThin.ttf`. They are included in the copy2esphome folder

Expand Down Expand Up @@ -1170,7 +1170,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, use at your own risk!
- **[aptonline](https://github.com/aptonline)** for his work on the Ulanzi hardware
- **[wsbtak](https://github.com/wsbtak)** for the work on the Ulanzi hardware
- **[ofirsnb](https://github.com/ofirsnb)** for his contributions
- **[trip5](https://github.com/trip5/MatrixClockFonts)** for his work on optimized fonts and user support and work on the wiki
- **[trip5](https://github.com/trip5)** for his work on optimized fonts and user support and work on the wiki
- **[pplucky](https://user-images.githubusercontent.com/16407309/224850723-634c9b2d-55d9-44f2-9f93-765c0485b090.GIF)** for his 8x32 GIF animation
- **[dennisse](https://github.com/dennisse)** Auto brightness for the Ulanzi
- **[hco](https://github.com/hco)** fixing documentation
Expand Down
4 changes: 2 additions & 2 deletions copy2esphome/EHMTX_extended_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ blueprint:
boolean:
default: true
darkpoet78_replace:
name: Use special character provided by darkpoet78 fonts (default=false)
description: If you are using the bdf fonts of https://github.com/darkpoet78/MatrixClockFonts you have to translate some character e.g. the euro sign. This flag actives the translation.
name: Use special character provided by Trip5 fonts (default=false)
description: If you are using the bdf fonts of https://github.com/trip5/Matrix-Fonts you have to translate some character e.g. the euro sign. This flag actives the translation.
selector:
boolean:
default: false
Expand Down
6 changes: 3 additions & 3 deletions copy2esphome/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ font:
# glyphs: |
# !?"%()+*=,-_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnÖÄÜöäüopqrstuvwxyz@<>ߧ€/
# Matrix Clock Fonts
# Grab these from https://github.com/trip5/MatrixClockFonts
# Grab these from https://github.com/trip5/Matrix-Fonts
# See https://github.com/lubeda/EspHoMaTriXv2#font
# Store in a "fonts" subfolder of your ESPHome config folder or change paths below
- file: fonts/MatrixClock-Light8.bdf
- file: fonts/MatrixLight8.bdf
id: default_font
glyphs: |
! "#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz°
- file: fonts/MatrixClock-Chunky6.bdf
- file: fonts/MatrixChunky6.bdf
id: special_font
glyphs: |
! "#$%&'()*+,-./0123456789:APMTapmt
Expand Down
4 changes: 2 additions & 2 deletions wiki/fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Due to limitations of the display there are only some font useful here are some
[8 pixel font thin]https://github.com/lubeda/EspHoMaTriXv2/blob/main/copy2esphome/mateineThin.ttf
![sample](https://github.com/lubeda/EspHoMaTriXv2/blob/main/wiki/mateinethinfont.png?raw=true)

## Trip5s fonts
## Trip5's Matrix Fonts

[REPO](https://github.com/trip5/MatrixClockFonts)
[REPO](https://github.com/trip5/Matrix-Fonts)