Available on crate feature
mappings
only.Expand description
Mappings for 7-segment display characters.
This module is only available when the mappings
feature of this
library is activated.
Enums§
- Maps a digit to its closest possible representation on a 7-segment display.
- Maps a character to its closest possible representation on a 7-segment display.
- Maps the segment from the device to its bit.
- Maps a character to its closest possible representation on a 7-segment display.
- Maps a character to its closest possible representation on a 7-segment display.
- Maps a upside-down digit to its closest possible representation on a 7-segment display.
Functions§
- Flips the segments of a byte upside down.
- Flips and mirrors the segments of a byte.
- Converts an
ASCII
byte to a 7-segment display byte. - Converts a
char
to a 7-segment display byte. Seefrom_ascii_byte
for more information. - Mirrors the segments of a byte.