From d2e9f0dc6e5a0f0872d61b4366edba42d2db50af Mon Sep 17 00:00:00 2001 From: Tom Yeager Date: Fri, 5 Apr 2024 13:24:42 -0700 Subject: [PATCH] inputmodule-control: Updated font of 0 Changed 0 to be the same horizontal length as the rest of the numbers. Updated to show the zero version with two pixels in the center. --- inputmodule-control/src/font.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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![