diff options
Diffstat (limited to 'src/displayapp')
| -rw-r--r-- | src/displayapp/fonts/neofont.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/displayapp/fonts/neofont.c b/src/displayapp/fonts/neofont.c index 111df1d..61736fb 100644 --- a/src/displayapp/fonts/neofont.c +++ b/src/displayapp/fonts/neofont.c @@ -246,7 +246,7 @@ static const uint8_t glyphs[][2] = { X, X, _, _, X, X, X, _, X, - X, X, X ), + _, X, X ), G( X, _, _, X, _, _, @@ -267,15 +267,15 @@ static const uint8_t glyphs[][2] = { _, X, X ), G( _, _, _, - _, X, X, + _, X, _, X, _, X, X, X, _, _, X, X ), G( _, _, X, _, X, _, - _, X, _, - _, X, X, + _, X, , + X, X, X, _, X, _ ), G( _, _, _, @@ -315,7 +315,7 @@ static const uint8_t glyphs[][2] = { _, X, X ), G( _, _, _, - X, _, _, + X, X, _, X, X, X, X, X, X, X, _, X ), @@ -327,10 +327,10 @@ static const uint8_t glyphs[][2] = { X, _, X ), G( _, _, _, - _, X, _, + X, X, X, X, _, X, X, _, X, - _, X, _ ), + X, X, X ), G( _, _, _, X, X, _, @@ -345,8 +345,8 @@ static const uint8_t glyphs[][2] = { _, _, X ), G( _, _, _, - _, _, _, - _, X, X, + X, _, X, + X, X, _, X, _, _, X, _, _ ), @@ -363,7 +363,7 @@ static const uint8_t glyphs[][2] = { _, X, _ ), G( _, _, _, - _, _, _, + X, _, X, X, _, X, X, _, X, X, X, X ), |
