Last active
October 23, 2021 02:07
-
-
Save rwaldron/0dd696800d2a09786ec2 to your computer and use it in GitHub Desktop.
Character set: 0-9, A-Z, a-z for seven segment displays
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0": 0x7E, | |
"1": 0x30, | |
"2": 0x6D, | |
"3": 0x79, | |
"4": 0x33, | |
"5": 0x5B, | |
"6": 0x5F, | |
"7": 0x70, | |
"8": 0x7F, | |
"9": 0x7B, | |
" ": 0x00, | |
"A": 0x77, | |
"a": 0x7D, | |
"B": 0x7F, | |
"b": 0x1F, | |
"C": 0x4E, | |
"c": 0x0D, | |
"D": 0x7E, | |
"d": 0x3D, | |
"E": 0x4F, | |
"e": 0x6f, | |
"F": 0x47, | |
"f": 0x47, | |
"G": 0x5E, | |
"g": 0x7B, | |
"H": 0x37, | |
"h": 0x17, | |
"I": 0x30, | |
"i": 0x10, | |
"J": 0x3C, | |
"j": 0x38, | |
"K": 0x37, | |
"k": 0x17, | |
"L": 0x0E, | |
"l": 0x06, | |
"M": 0x55, | |
"m": 0x55, | |
"N": 0x15, | |
"n": 0x15, | |
"O": 0x7E, | |
"o": 0x1D, | |
"P": 0x67, | |
"p": 0x67, | |
"Q": 0x73, | |
"q": 0x73, | |
"R": 0x77, | |
"r": 0x05, | |
"S": 0x5B, | |
"s": 0x5B, | |
"T": 0x46, | |
"t": 0x0F, | |
"U": 0x3E, | |
"u": 0x1C, | |
"V": 0x27, | |
"v": 0x23, | |
"W": 0x3F, | |
"w": 0x2B, | |
"X": 0x25, | |
"x": 0x25, | |
"Y": 0x3B, | |
"y": 0x33, | |
"Z": 0x6D, | |
"z": 0x6D, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One more improvement. Listing all characters: