Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.16 KB | None | 0 0
  1. ;©w¸q­nÅã¥Üªº°Ê§@°}¦C
  2. #define COUNT 6
  3. unsigned char code disp[COUNT*32]={
  4. 0xff,0xff,0xff,0xff,0xfc,0xff,0xf8,0x7e,
  5. 0xf3,0x20,0xf1,0xc0,0x90,0x5f,0x00,0x1f,
  6. 0x00,0x1f,0x90,0x5f,0xf1,0xc0,0xf3,0x20,
  7. 0xf8,0x7e,0xfc,0xff,0xff,0xff,0xff,0xff,   ;°Ê§@0
  8.  
  9. 0xfc,0xff,0xf9,0xff,0xf3,0xff,0xf3,0xfe,
  10. 0xf3,0xe0,0xf1,0xc0,0xc8,0x4f,0x80,0x0f,
  11. 0x80,0x0f,0xc8,0x4f,0xf1,0xc0,0xf3,0xe0,
  12. 0xf3,0xfe,0xf3,0xff,0xf9,0xff,0xfc,0xff,   ;°Ê§@1
  13.  
  14. 0xf7,0xff,0xf3,0xff,0xf3,0xff,0xf3,0xfe,
  15. 0xf9,0xe0,0xfc,0xc0,0xfa,0x4f,0xf0,0x1f,
  16. 0xf0,0x1f,0xfa,0x4f,0xfc,0xc0,0xf9,0xe0,
  17. 0xf3,0xfe,0xf3,0xff,0xf3,0xff,0xf7,0xff,   ;°Ê§@2
  18.  
  19. 0xff,0xff,0xff,0xff,0xfc,0xff,0xf8,0x7e,
  20. 0xf3,0x20,0xf1,0xc0,0x90,0x4f,0x00,0x1f,
  21. 0x00,0x1f,0x90,0x4f,0xf1,0xc0,0xf3,0xe0,
  22. 0xf3,0xfe,0xf3,0xff,0xf3,0xff,0xf7,0xff,   ;°Ê§@3
  23.  
  24. 0xff,0xff,0xff,0xff.0xfc,0xff,0xf8,0x7e,
  25. 0xf3,0x20,0x91,0xc0,0x00,0x0f,0x00,0x1f,
  26. 0x90,0x1f,0xf0,0xcf,0xe1,0xc0,0x71,0xe0,
  27. 0x03,0xfe,0x87,0xff,0xff,0xff,0xff,0xff,   ;°Ê§@4
  28.  
  29. 0xff,0xff,0xff,0xff,0xfc,0xff,0xf8,0x7e,
  30. 0xf3,0x20,0xf1,0xc0,0x90,0x4f,0x00,0x1f,
  31. 0x00,0x1f,0x90,0x4f,0xf1,0xc0,0xf3,0xe0,
  32. 0xe7,0xfe,0xcf,0xff,0x9f,0xff,0x3f,0xff };    ;°Ê§@5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement