diff options
Diffstat (limited to 'textscreen')
-rw-r--r-- | textscreen/txt_largefont.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textscreen/txt_largefont.h b/textscreen/txt_largefont.h index 874cd61d..961185c8 100644 --- a/textscreen/txt_largefont.h +++ b/textscreen/txt_largefont.h @@ -601,11 +601,11 @@ static uint8_t large_font_data[] = // 57: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x3f, 0xf0, 0x7f, 0xf8, 0xf0, 0x3c, 0xe0, 0x1c, - 0xe0, 0x1c, 0xe0, 0x1c, 0xe0, 0x1c, 0xf0, 0x3c, - 0x7f, 0xfc, 0x3f, 0xfc, 0x00, 0x1c, 0x00, 0x1c, - 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x38, 0x00, 0x78, - 0x00, 0xf0, 0x03, 0xe0, 0x3f, 0xc0, 0x3f, 0x00, + 0x3f, 0xf0, 0x7f, 0xf8, 0xf0, 0x3c, 0xf0, 0x3c, + 0xf0, 0x3c, 0xf0, 0x3c, 0xf0, 0x3c, 0xf0, 0x3c, + 0x7f, 0xfc, 0x3f, 0xfc, 0x00, 0x3c, 0x00, 0x3c, + 0x00, 0x3c, 0x00, 0x3c, 0x00, 0x3c, 0x00, 0x3c, + 0x00, 0x78, 0x00, 0xf0, 0x3f, 0xe0, 0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |