Skip to content

Commit

Permalink
fix botched numbers 4 6 and 9 in small_font
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Sep 9, 2024
1 parent 195dd18 commit 0a1f018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui_inner.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static unsigned char three_bitmap[] = { 0x0e, 0x11, 0x10, 0x0c, 0x10, 0x11, 0x0e
#define four_width 5
#define four_height 7
static unsigned char four_bitmap[] = {
6, 10, 18, 31, 2, 2, 2,
8, 12, 10, 9, 31, 8, 8,
};

#define five_width 5
Expand All @@ -374,7 +374,7 @@ static unsigned char five_bitmap[] = {
#define six_width 5
#define six_height 7
static unsigned char six_bitmap[] = {
14, 17, 16, 30, 17, 17, 14,
14, 17, 1, 15, 17, 17, 14,
};

#define seven_width 5
Expand All @@ -392,7 +392,7 @@ static unsigned char eight_bitmap[] = {
#define nine_width 5
#define nine_height 7
static unsigned char nine_bitmap[] = {
14, 17, 17, 30, 16, 18, 14,
14, 17, 17, 30, 16, 17, 14,
};

#define small_colon_width 2
Expand Down

0 comments on commit 0a1f018

Please sign in to comment.