pub fn format_number( val: f32, mult: &str, unit: &str, max_len: usize, precision: usize, ) -> String<12>