Skip to content

Commit

Permalink
screen: better font for 5
Browse files Browse the repository at this point in the history
  • Loading branch information
WestXu committed May 8, 2024
1 parent 95b8505 commit 33905bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen/character.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ impl Character {
'5' => Character {
font,
pixels: vec![
vec![x, o, x], //
vec![x, o, o], //
vec![x, o, x], //
vec![o, o, x], //
],
},
Expand Down

0 comments on commit 33905bc

Please sign in to comment.