Skip to content

Commit 8edaeec

Browse files
iliabaranovJohnAZoidberg
authored andcommitted
Update font.rs to fix "F" character
The "F" character was incorrectly drawn as an "E"
1 parent 8f419f8 commit 8edaeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputmodule-control/src/font.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ pub fn convert_font(c: char) -> Vec<u8> {
388388
1, 1, 1, 1, 0,
389389
1, 0, 0, 0, 0,
390390
1, 0, 0, 0, 0,
391-
1, 1, 1, 1, 0,
391+
1, 0, 0, 0, 0,
392392
],
393393
'G' => vec![
394394
0, 1, 1, 1, 0,

0 commit comments

Comments
 (0)