summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Zarubin <ilia.zarubin@emlid.com>2020-11-07 23:42:19 +0300
committerIlia Zarubin <ilia.zarubin@emlid.com>2020-11-07 23:44:22 +0300
commitc25fd2e37f09ab2b623bae510d6258c9075fe844 (patch)
treeffa68a9425c82fc21217217edddd5c2a21258c36
parent64408803bea010386a1f30871a32cf5dcd7e4311 (diff)
fonts: readme: add cyrillic symbols UTF-8 range
-rw-r--r--src/displayapp/fonts/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/Readme.md b/src/displayapp/fonts/Readme.md
index 7ebf2e23..a5eec648 100644
--- a/src/displayapp/fonts/Readme.md
+++ b/src/displayapp/fonts/Readme.md
@@ -9,7 +9,7 @@
* Size : 20
* Bpp : 1 bit-per-pixel
* Do not enable font compression and horizontal subpixel hinting
- * Load the file `JetBrainsMono-Bold.woff` and specify the following range : `0x20-0x7f`
+ * Load the file `JetBrainsMono-Bold.woff` and specify the following range : `0x20-0x7f, 0x410-0x44f`
* Add a 2nd font, load the file `FontAwesome5-Solid+Brands+Regular.woff` and specify the following range : `0xf293, 0xf294, 0xf244, 0xf240, 0xf242, 0xf243, 0xf241, 0xf54b, 0xf21e, 0xf1e6, 0xf54b, 0xf017, 0xf129, 0xf03a, 0xf185, 0xf560, 0xf001, 0xf3fd, 0xf069, 0xf1fc`
* Click on Convert, and download the file `jetbrains_mono_bold_20.c` and copy it in `src/DisplayApp/Fonts`