diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-11 09:19:08 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-11 09:19:08 (GMT) |
| commit | aa928572a64ba6f1c8b1c67e824ff9cb6f77f1bb (patch) | |
| tree | f8214e433f2126aa80259abb75cad930a9e033a5 | |
| parent | f32858c59160e77d22e71d0c13569d05e7d8e75e (diff) | |
Update letters W k v w x
| -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( _, _, _, |
