tm1637_embedded_hal::formatters

Function celsius_to_4digits

Source
pub fn celsius_to_4digits(n: i8) -> [u8; 4]
Expand description

Formats a i8 clamped between -9 and 99, appending the degrees symbol (°) and an uppercase C, for a 4-digit display.