img_key_OK.c 342 B

123456789101112131415
  1. // ..##############..
  2. // ##################
  3. // ######......######
  4. // ####..........####
  5. // ####..........####
  6. // ####..........####
  7. // ######......######
  8. // ##################
  9. // ....############..
  10. #include "images.h"
  11. const image_t img_key_OK = { 9, 9, false, 11, 0, {
  12. 0x7F, 0x7F, 0xF8, 0xF8, 0x3C, 0x1E, 0x0F, 0x8F, 0xFF, 0x3F, 0x00
  13. }};