pub const fn from_char(c: char) -> u8
Expand description
Converts a char
to a 7-segment display byte. See from_ascii_byte
for more information.
pub const fn from_char(c: char) -> u8
Converts a char
to a 7-segment display byte. See from_ascii_byte
for more information.