diff --git a/inputmodule-control/src/font.rs b/inputmodule-control/src/font.rs index 49c9db8d..7e9b11ec 100644 --- a/inputmodule-control/src/font.rs +++ b/inputmodule-control/src/font.rs @@ -147,12 +147,12 @@ pub fn convert_symbol(symbol: &str) -> Vec { pub fn convert_font(c: char) -> Vec { match c { '0' => vec![ - 0, 1, 1, 0, 0, - 1, 0, 0, 1, 0, - 1, 0, 0, 1, 0, - 1, 0, 0, 1, 0, - 1, 0, 0, 1, 0, - 0, 1, 1, 0, 0, + 0, 1, 1, 1, 0, + 1, 0, 0, 0, 1, + 1, 0, 1, 0, 1, + 1, 0, 1, 0, 1, + 1, 0, 0, 0, 1, + 0, 1, 1, 1, 0, ], '1' => vec![