Advertisement
Guest User

Numerki

a guest
Jan 23rd, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. const unsigned char one[]
  2. {
  3. 0x00, 0x02, 0x06, 0x02, 0x02, 0x02, 0x00, 0x00
  4. };
  5. const unsigned char two[]
  6. {
  7. 0x00, 0x0E, 0x0A, 0x02, 0x04, 0x08, 0x0E, 0x00
  8. };
  9. const unsigned char three[]
  10. {
  11. 0x00, 0x0E, 0x02, 0x0E, 0x02, 0x0E, 0x00, 0x00
  12. };
  13. const unsigned char four[]
  14. {
  15. 0x00, 0x0A, 0x0A, 0x0E, 0x02, 0x02, 0x00, 0x00
  16. };
  17. const unsigned char five[]
  18. {
  19. 0x00, 0x0E, 0x08, 0x0E, 0x02, 0x0E, 0x00, 0x00
  20. };
  21.  
  22. const unsigned char six[]
  23. {
  24. 0, 0x0E, 0x08, 0x0E, 0x0A, 0x0E, 0x00, 0x00
  25. };
  26. const unsigned char seven[]
  27. {
  28. 0x00, 0x0E, 0x02, 0x04, 0x08, 0x08, 0x00, 0x00
  29. };
  30. const unsigned char eight[]
  31. {
  32. 0x00, 0x0E, 0x0A, 0x0E, 0x0A, 0x0E, 0x00, 0x00
  33. };
  34. const unsigned char nine[]
  35. {
  36. 0x00, 0x0E, 0x0A, 0x0E, 0x02, 0x0E, 0x00, 0x00
  37. };
  38. const unsigned char zero[]
  39. {
  40. 0x00, 0x0E, 0x0A, 0x0A, 0x0A, 0x0E, 0x00, 0x00
  41. }
  42. const unsigned char death[]
  43. {
  44. 0x1C, 0x3E, 0x7F, 0x5D, 0x77, 0x7F, 0x2A, 0x2A
  45. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement