pub const fn from_char(c: char) -> u8
Available on crate feature
mappings
only.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
mappings
only.Converts a char
to a 7-segment display byte. See from_ascii_byte
for more information.