Skip to content

Commit dd47ba9

Browse files
medeykoJF002
authored andcommitted
Update README.md
More imperative tone
1 parent dd28359 commit dd47ba9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/displayapp/fonts/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ Add new symbols:
3131
static constexpr const char* newSymbol = "\xEF\x86\x85";
3232
```
3333

34-
#### Fix the zero symbol
35-
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:
34+
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:
3635

3736
/* U+0030 "0" */
3837
0x3f, 0x1f, 0xef, 0x3f, 0x87, 0xe1, 0xf8, 0x7f,

0 commit comments

Comments
 (0)