summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/Readme.md
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-12-20 11:19:23 +0100
committerGitHub <noreply@github.com>2020-12-20 11:19:23 +0100
commit276c8aa308f923aeeadc068967b15ee7c59fa32b (patch)
treedf060165f6d8029dcdea3d74e581ce4f508579d7 /src/displayapp/fonts/Readme.md
parent7c8fb9a46855ddc50f6e0703e4bd771faa3fb61c (diff)
parentcc04c2c1f8a8a05cf284ad69a43b5cd682e37172 (diff)
Merge pull request #147 from ZephyrLabs/Paddle-app
Paddle-app (updated)
Diffstat (limited to 'src/displayapp/fonts/Readme.md')
-rw-r--r--src/displayapp/fonts/Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/fonts/Readme.md b/src/displayapp/fonts/Readme.md
index a5eec648..314cb197 100644
--- a/src/displayapp/fonts/Readme.md
+++ b/src/displayapp/fonts/Readme.md
@@ -10,7 +10,7 @@
* 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, 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`
+ * 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, 0xf45d`
* Click on Convert, and download the file `jetbrains_mono_bold_20.c` and copy it in `src/DisplayApp/Fonts`
Add new symbols:
@@ -21,3 +21,4 @@ Add new symbols:
```
static constex char* newSymbol = "\xEF\x86\x85";
```
+