Skip to content

Instantly share code, notes, and snippets.

@twolfson
Created October 3, 2012 06:17
Show Gist options
  • Save twolfson/3825364 to your computer and use it in GitHub Desktop.
Save twolfson/3825364 to your computer and use it in GitHub Desktop.
Trying spaces over zeroes for led-matrix
" 11 11 ",
"1 11 1",
"1 1",
"1 1",
" 1 1 ",
" 1 1 ",
" 11 ",
" "
vs
"01100110",
"10011001",
"10000001",
"10000001",
"01000010",
"00100100",
"00011000",
"00000000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment