img_5x7_2.c 204 B

12345678910111213
  1. // ..######..
  2. // ##......##
  3. // ........##
  4. // ......##..
  5. // ....##....
  6. // ..##......
  7. // ##########
  8. #include "images.h"
  9. const image_t img_5x7_2 = { 5, 7, false, 5, 0, {
  10. 0x74, 0x42, 0x22, 0x23, 0xE0
  11. }};