Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const byte IMAGES[][8] = {
  2. {
  3. B00000000,
  4. B00100100,
  5. B01011010,
  6. B00100100,
  7. B00011000,
  8. B00100100,
  9. B00111100,
  10. B00100100
  11. },{
  12. B00000000,
  13. B00100100,
  14. B01111110,
  15. B00100100,
  16. B00011000,
  17. B00111100,
  18. B00111100,
  19. B00100100
  20. }};
  21. const int IMAGES_LEN = sizeof(IMAGES)/8;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement