Skip to content

Instantly share code, notes, and snippets.

@HDR
Last active September 11, 2022 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HDR/8e41271f31cc7095c03dd2b873a98e69 to your computer and use it in GitHub Desktop.
Save HDR/8e41271f31cc7095c03dd2b873a98e69 to your computer and use it in GitHub Desktop.
ProjectRed Segment Display Gate

ProjectRed Segment Display gates are controlled using Bundled Cables, each bundled cable has 16 colors, in this case the first 8 (1-8) control the right display, while the last 8 (9-16) control the left display.

Right Display

Numbers represent the decimal value for each segment

Digit (DP) G F E D C B A Hex Dec
0 00111111 0x3F 63
1 00000110 0x6 6
2 01011011 0x5B 91
3 01001111 0x4F 79
4 01100110 0x66 102
5 01101101 0x6D 109
6 01111101 0x7D 125
7 00000111 0x7 7
8 01111111 0x7F 127
9 01101111 0x6F 111

Left Display

Numbers represent the decimal value for each segment

Digit (DP) G F E D C B A Hex Dec
0 0011111100000000 0x3F00 16128
1 0000011000000000 0x600 1536
2 0101101100000000 0x5B00 23296
3 0100111100000000 0x4F00 20224
4 0110011000000000 0x6600 26112
5 0110110100000000 0x6D00 27904
6 0111110100000000 0x7D00 32000
7 0000011100000000 0x700 1792
8 0111111100000000 0x7F00 32512
9 0110111100000000 0x6F00 28416

Bundled Cable Segment Breakdown

Segment Color
a1 White
b1 Orange
c1 Magenta
d1 Light Blue
e1 Yellow
f1 Lime
g1 Pink
DP1 Gray
a2 Light Gray
b2 Cyan
c2 Purple
d2 Blue
e2 Brown
f2 Green
g2 Red
DP2 Black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment