tm1637_embedded_hal::formatters

Function degrees_to_4digits

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

Formats a i16 clamped between -99 and 999, appending the degrees symbol (°), for a 4-digit display.