img_5x7_D.c 199 B

1234567891011
  1. // ..######..
  2. // ##..##..##
  3. // ....##..##
  4. // ....##..##
  5. // ....##..##
  6. // ##..##..##
  7. // ..######..
  8. #include "images.h"
  9. const image_t img_5x7_D = {5, 7, false, 5, 0, {0x75, 0x4A, 0x52, 0xD5, 0xC0}};