img_cc_Cable.c 301 B

12345678910111213141516171819202122232425
  1. // ####..##
  2. // ##..####
  3. // ####..##
  4. // ##..####
  5. // ####..##
  6. // ##..####
  7. // ####..##
  8. // ##..####
  9. // ####..##
  10. // ##..####
  11. // ####..##
  12. #include "images.h"
  13. const image_t img_cc_Cable = {
  14. 4,
  15. 11,
  16. true,
  17. 4,
  18. 0x00,
  19. {// orig:6, comp:33.33%
  20. 0x00,
  21. 0x05,
  22. 0xDB,
  23. 0xD0}};