From 570d58477ebfd7da5ac2991bc2ceebadc718ffa2 Mon Sep 17 00:00:00 2001 From: darkpoet78 Date: Fri, 22 Sep 2023 05:36:06 +0900 Subject: [PATCH] Matrix fonts renamed --- README.md | 6 +++--- copy2esphome/EHMTX_extended_state.yaml | 4 ++-- copy2esphome/ulanzi-easy.yaml | 6 +++--- wiki/fonts.md | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c987e8d0..1feb8d2f 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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 @@ -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 diff --git a/copy2esphome/EHMTX_extended_state.yaml b/copy2esphome/EHMTX_extended_state.yaml index a8f639b1..9b2808f9 100644 --- a/copy2esphome/EHMTX_extended_state.yaml +++ b/copy2esphome/EHMTX_extended_state.yaml @@ -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 diff --git a/copy2esphome/ulanzi-easy.yaml b/copy2esphome/ulanzi-easy.yaml index 2850ec8d..ea79b915 100644 --- a/copy2esphome/ulanzi-easy.yaml +++ b/copy2esphome/ulanzi-easy.yaml @@ -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 diff --git a/wiki/fonts.md b/wiki/fonts.md index 4292cf16..f0c9e125 100644 --- a/wiki/fonts.md +++ b/wiki/fonts.md @@ -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) \ No newline at end of file +[REPO](https://github.com/trip5/Matrix-Fonts) \ No newline at end of file