Expand description
Mappings for 7-segment display characters.
A
---
F | | B
-G-
E | | C
---
D
Enums§
- Maps a digit to its closest possible representation on a 7-segment display.
- Maps a hex 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.
- Converts a 7-segment display byte to a
str
.