Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ### ### ### ### ### ### ### ###
  2. # # # # # # # # # # # # # #
  3. # # # # # # # # # # # # # #
  4. # # # # # # # # # # # # # #
  5. ### ### ### ### ### ### ###
  6. # # # # # # # # # # # # #
  7. # # # # # # # # # # # # #
  8. # # # # # # # # # # # # #
  9. ### ### ### ### ### ### ###
  10.  
  11. =begin
  12. aaa
  13. f b
  14. f b
  15. f b
  16. ggg
  17. e c
  18. e c
  19. e c
  20. ddd
  21. =end
  22.  
  23. # Map a section [a..g] (see above) to any numbers where said section is ON.
  24. map = {
  25. 'a' => [0, 2, 3, 5, 6, 7, 8, 9],
  26. 'b' => [0, 1, 2, 3, 4, 7, 8, 9],
  27. 'c' => [0, 1, 3, 4, 5, 6, 7, 8, 9],
  28. 'd' => [0, 2, 3, 5, 6, 8, 9],
  29. 'e' => [0, 2, 3, 5, 6, 8, 9],
  30. 'f' => [0, 4, 5, 6, 8, 9],
  31. 'g' => [2, 3, 4, 5, 6, 8, 9]
  32. }
Add Comment
Please, Sign In to add comment