diff options
| author | ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> | 2020-12-03 19:46:36 +0530 |
|---|---|---|
| committer | ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> | 2020-12-03 19:46:36 +0530 |
| commit | 1d69c79942622eddb531406cabaed77d73bb4c40 (patch) | |
| tree | f9967580db59d979d6c6a044b1e958f941b7b3ac /src/displayapp/fonts/Readme.md | |
| parent | b404ac50dbd8cdfe8722987124889c309d42e372 (diff) | |
Addition of new files in MakeList
added Paddle.cpp and Paddle.h
Diffstat (limited to 'src/displayapp/fonts/Readme.md')
| -rw-r--r-- | src/displayapp/fonts/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/Readme.md b/src/displayapp/fonts/Readme.md index a5eec648..6bd13fee 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: |
