img_5x7_7.c 199 B

1234567891011
  1. // ##########
  2. // ........##
  3. // ......##..
  4. // ......##..
  5. // ....##....
  6. // ....##....
  7. // ....##....
  8. #include "images.h"
  9. const image_t img_5x7_7 = {5, 7, false, 5, 0, {0xF8, 0x44, 0x22, 0x10, 0x80}};