pub fn i32_to_6digits(n: i32) -> [u8; 6]
Formats a i32 clamped between -99999 and 999999, for a 6-digit display.
i32
-99999
999999
6-digit display