diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-11 08:55:28 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-11 08:55:28 (GMT) |
| commit | 5fc778f1fff83aab65eb26a70444e4ec1a5022ae (patch) | |
| tree | 8465a2e8d0941b7713f0deb4f5909b2d55765147 | |
| parent | eb821c286288dfbabf9a0877814a209fb59a8ca3 (diff) | |
Update letters A F M O R U
| -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 ), |
