-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdebug_vfd_segment_bridge.txt
62 lines (56 loc) · 1.81 KB
/
debug_vfd_segment_bridge.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
This is for the new debug bridge function
To get hex values replace j-o with a-f
This is because the debug bridge uses raw ASCII characters
In ASCII j-o happens to have their lowest bits equal to a-f
### Horizontally mirrored characters ###
This is the default font for the OpenHUDisplay project
Special characters:
' ' 0000 0b0000.0000.0000.0000
':' 0040 0b0000.0000.0100.0000
Numbers:
'0' 3o00 0b0011.1111.0000.0000
'1' 3000 0b0011.0000.0000.0000
'2' 6m84 0b0110.1101.1000.0100
'3' 7984 0b0111.1001.1000.0100
'4' 7284 0b0110.0010.1000.0100
'5' 5k84 0b0101.1011.1000.0100
'6' 5o84 0b0101.1111.1000.0100
'7' 3100 0b0011.0001.0000.0000
'8' 7o84 0b0111.1111.1000.0100
'9' 7k84 0b0111.1011.1000.0100
Uppercase characters:
'A' 7784 0b0111.0111.1000.0100
'B' 798j 0b0111.1111.1000.1010
'C' 0o00 0b0000.1111.0000.0000
'D' 390j 0b0011.1001.0000.1010
'E' 4o84 0b0100.1111.1000.0100
'F' 4784 0b0100.0111.1000.0100
'G' 5o00 0b0101.1111.0000.0000
'H' 7684 0b0111.0110.1000.0100
'I' 00m1 0b0000.0000.1101.0001
'J' 3l00 0b0011.1100.0000.0000
'K' m684 0b1101.0110.1000.0100
'L' 0n00 0b0000.1110.0000.0000
'M' k682 0b1011.0110.1000.0010
'N' 36j2 0b0011.0110.1010.0010
'O' 8o20 0b1000.1111.0010.0000
'P' 6784 0b0110.0111.1000.0100
'Q' 8o30 0b1000.1111.0011.0000
'R' 67j4 0b0110.0111.1010.0010
'S' 0kj4 0b0000.1011.1010.0100 5982
'T' 01m1 0b0000.0001.1101.0001
'U' 3n00 0b0011.1110.0000.0000
'V' 2n20 0b0010.1110.0010.0000
'W' 36j8 0b0011.0110.1010.1000
'X' 80jj 0b1000.0000.1010.1010
'Y' 62m4 0b0110.0010.1101.0100
'Z' 8988 0b1000.1001.1000.1000
"1337" 3000798479843100
"HELLO" 76844o840n000n008o20
"ROCK" 67j48o200o00m684
"ASCII FTW " 77840kj40o0000m100m10000478401m136j800000000
### Normal characters ###
This is the "normal" font, the one you usually want
This list is incomplete mainly because most where found by accident
Uppercase characters:
'F' 4n84