summaryrefslogtreecommitdiff
path: root/src/displayapp
diff options
context:
space:
mode:
authormedeyko <vladimir.medeyko@gmail.com>2022-02-07 18:29:28 +0300
committerJF <JF002@users.noreply.github.com>2022-03-03 21:13:54 +0100
commitdd47ba9782cb7a7a2268da5b493e6d385bdf08af (patch)
tree7cadb0802870c74b32179d35ae30a7529e1284c3 /src/displayapp
parentdd28359571088cc850d315b5c3689c69f54e5838 (diff)
Update README.md
More imperative tone
Diffstat (limited to 'src/displayapp')
-rw-r--r--src/displayapp/fonts/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/displayapp/fonts/README.md b/src/displayapp/fonts/README.md
index a5f66b10..b4737681 100644
--- a/src/displayapp/fonts/README.md
+++ b/src/displayapp/fonts/README.md
@@ -31,8 +31,7 @@ Add new symbols:
static constexpr const char* newSymbol = "\xEF\x86\x85";
```
-#### Fix the zero symbol
-If you don't wish the inner dot of the 0 (zero) symbol to stick to the boundary, edit `src/displayapp/fonts/jetbrains_mono_bold_20.c` and replace:
+Then fix an error that happens during the font conversion (the inner dot of the 'zero' symbol sticks to the boundary): edit `src/displayapp/fonts/jetbrains_mono_bold_20.c` and replace:
/* U+0030 "0" */
0x3f, 0x1f, 0xef, 0x3f, 0x87, 0xe1, 0xf8, 0x7f,