Skip to content

Instantly share code, notes, and snippets.

@smartperson
Last active September 3, 2017 21:28
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 smartperson/862b21f2191f6a5a88c4bf73c2c96b18 to your computer and use it in GitHub Desktop.
Save smartperson/862b21f2191f6a5a88c4bf73c2c96b18 to your computer and use it in GitHub Desktop.
LCD character codes read from Logitech Z680 control pod
Letter Code (hex) Code (binary stripped) Code (rev. binary) Code (rev. hex)
D 20 20 0010 0010 0100 0100 44
E A0 20 1010 0010 0100 0101 45
I 90 20 1001 0010 0100 1001 49
N 70 20 0111 0010 0100 1110 4E
O F0 20 1111 0010 0100 1111 4F
a 80 60 1000 0110 0110 0001 61
c C0 60 1100 0110 0110 0011 63
e A0 60 1010 0110 0110 0101 65
f 60 60 0110 0110 0110 0110 66
g E0 60 1110 0110 0110 0111 67
i 90 60 1001 0110 0110 1001 69
l 30 60 0011 0110 0110 1100 6C
n 70 60 0111 0110 0110 1110 6E
p 00 E0 0000 1110 0111 0000 70
t 20 E0 0010 1110 0111 0100 74
sp 00 40 0000 0100 0010 0000 20
: 50 C0 0101 1100 0011 1010 3A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment