Skip to content

Instantly share code, notes, and snippets.

@dketov
Last active June 1, 2017 08:32
Show Gist options
  • Save dketov/60c0fab26fd558bd03e7669d7b24c914 to your computer and use it in GitHub Desktop.
Save dketov/60c0fab26fd558bd03e7669d7b24c914 to your computer and use it in GitHub Desktop.
digits = {
0: [
' **** ',
' * * ',
' * * ',
' * * ',
' * * ',
' * * ',
' * * ',
' * * ',
' **** ',
]
}
digits = {
0: [
0x00111100,
0x01000010,
0x01000010,
0x01000010,
0x01000010,
0x01000010,
0x01000010,
0x01000010,
0x00111100,
]
}
digits = {0: [1118464, 16777232, 16777232, 16777232, 16777232, 16777232, 16777232, 16777232, 1118464]}
digits = {
0: 0x001111000100001001000010010000100100001001000010010000100100001000111100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment