diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/displayapp/fonts/neofont.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/displayapp/fonts/neofont.c b/src/displayapp/fonts/neofont.c index ef3e6fc..a3adde4 100644 --- a/src/displayapp/fonts/neofont.c +++ b/src/displayapp/fonts/neofont.c @@ -219,7 +219,7 @@ static const uint8_t glyphs[][2] = { G( X, _, X, X, _, X, - X, _, X, + X, X, X, X, X, X, X, _, X ), @@ -303,9 +303,9 @@ static const uint8_t glyphs[][2] = { X, _, _ ), G( X, _, _, - X, _, _, X, _, X, X, X, _, + X, X, _, X, _, X ), G( X, X, _, @@ -369,21 +369,21 @@ static const uint8_t glyphs[][2] = { X, X, X ), G( _, _, _, - _, _, _, X, _, X, X, _, X, + _, X, _, _, X, _ ), G( _, _, _, - _, _, _, + X, _, X, X, _, X, X, X, X, X, X, X ), G( _, _, _, - _, _, _, X, _, X, _, X, _, + _, X, _, X, _, X ), G( _, _, _, |
