Skip to content

Commit 1eaf258

Browse files
medeykoJF002
authored andcommitted
Update jetbrains_mono_bold_20.c
Fix 0 (zero) symbol. For more details, #988
1 parent f1c91e1 commit 1eaf258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/displayapp/fonts/jetbrains_mono_bold_20.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
8888
0xe, 0x3, 0x80, 0xc0, 0x70, 0x18, 0xe, 0x0,
8989

9090
/* U+0030 "0" */
91-
0x3f, 0x1f, 0xef, 0x3f, 0x87, 0xe1, 0xf8, 0x7f,
92-
0xdf, 0xf7, 0xe1, 0xf8, 0x7e, 0x1f, 0xcf, 0x7f,
91+
0x3f, 0x1f, 0xef, 0x3f, 0x87, 0xe1, 0xf8, 0x7e,
92+
0xdf, 0xb7, 0xe1, 0xf8, 0x7e, 0x1f, 0xcf, 0x7f,
9393
0x8f, 0xc0,
9494

9595
/* U+0031 "1" */

0 commit comments

Comments
 (0)