diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-11 09:01:20 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-11 09:01:20 (GMT) |
| commit | f32858c59160e77d22e71d0c13569d05e7d8e75e (patch) | |
| tree | f4df304332c6f846d6a73cbd6f7f26728b9afc08 | |
| parent | 5fc778f1fff83aab65eb26a70444e4ec1a5022ae (diff) | |
Update letters A B D F M O R U
| -rw-r--r-- | src/displayapp/fonts/neofont.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/fonts/neofont.c b/src/displayapp/fonts/neofont.c index 61736fb..ef3e6fc 100644 --- a/src/displayapp/fonts/neofont.c +++ b/src/displayapp/fonts/neofont.c @@ -249,9 +249,9 @@ static const uint8_t glyphs[][2] = { _, X, X ), G( X, _, _, - X, _, _, X, X, _, X, _, X, + X, _, X, X, X, _ ), G( _, _, _, @@ -261,9 +261,9 @@ static const uint8_t glyphs[][2] = { _, X, X ), G( _, _, X, - _, _, X, _, X, X, X, _, X, + X, _, X, _, X, X ), G( _, _, _, @@ -274,8 +274,8 @@ static const uint8_t glyphs[][2] = { G( _, _, X, _, X, _, - _, X, , X, X, X, + _, X, _, _, X, _ ), G( _, _, _, |
